Message 338333 - Python tracker

Message338333

Author Shady Atef
Recipients Shady Atef
Date 2019-03-19.09:02:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552986122.21.0.691195493771.issue36360@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-03-19 09:02:02Shady Atefsetrecipients: + Shady Atef
2019-03-19 09:02:02Shady Atefsetmessageid: <1552986122.21.0.691195493771.issue36360@roundup.psfhosted.org>
2019-03-19 09:02:02Shady Ateflinkissue36360 messages
2019-03-19 09:02:02Shady Atefcreate