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-03.08:14:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=43607

I maintain that CPPFLAGS has no business being part of
LDSHARED.  LDSHARED is used at link time only, and the C
preprocessor is not in any way involved in that step.

If you can come up with a better way of creating shared
libraries on Irix, be my guest.  The current way has served
us well for many years.  Looking at configure.in, it's
mostly gcc based systems that use gcc to do the linking of
shared libraries.
History
Date User Action Args
2008-01-20 09:56:21adminlinkissue799104 messages
2008-01-20 09:56:21admincreate