I have `#undef HAVE_STROPTS_H` inside pyconfig.h.in, but after configuration it's commented out in pyconfig.h. Leading into compilation error as stropts.h is not found.
It seems like the configuration phase ignores the #undef directive for a reason.
These are the configuration parameters
./configure --prefix=/home/shatef/python/Python3.7.2/build_rh67_491 --enable-shared --with-openssl=$OPENSSL_HOME CPPFLAGS="-I/home/shatef/libs/libffi-3.2.1/build/lib/libffi-3.2.1/include" CFLAGS="-fgnu89-inline -D__USE_XOPEN2K8" LDFLAGS="-L/home/shatef/libs/libffi-3.2.1/build/lib64"
Building Information:
OS: Redhat 6.7
Compiler: GCC 4.9.1 |