Re: Testing against RHEL 8 Beta, python issue

2018-11-17 Thread Daniel Westermann
Thanks, Tom Daniel Westermann writes: > is this something the configure script needs to take care of? No. If your python is not named "python", you need to do something like configure --with-python PYTHON=python3.6 regards, tom lane

Re: Testing against RHEL 8 Beta, python issue

2018-11-17 Thread Tom Lane
Daniel Westermann writes: > is this something the configure script needs to take care of? No. If your python is not named "python", you need to do something like configure --with-python PYTHON=python3.6 regards, tom lane

Testing against RHEL 8 Beta, python issue

2018-11-17 Thread Daniel Westermann
Hi %, is this something the configure script needs to take care of? checking for CFLAGS recommended by Perl... -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -sp