This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sjoerd
Recipients
Date 2003-09-02.12:31:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
CPPFLAGS contains flags for the C preprocessor.  It has
no business being added to the ldshared command (this
is in sysconfig.py).  In fact, it may be harmful since
the ldshared command may well be ld with some flags
which typically does not understand cpp flags.

Irix where the ldshared command is "ld  -shared -all"
is a good example of where it is plain wrong to add
CPPFLAGS.
History
Date User Action Args
2008-01-20 09:56:20adminlinkissue799104 messages
2008-01-20 09:56:20admincreate