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 njoly
Recipients njoly
Date 2010-11-20.23:59:39
SpamBayes Score 4.4530996e-05
Marked as misclassified No
Message-id <1290297580.46.0.357018780785.issue10475@psf.upfronthosting.co.za>
In-reply-to
Content
The configure script do hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD, which should be avoided.

[...]
checking for gcc... gcc
checking whether gcc accepts -g... yes
[...]
checking SO... .so
checking LDSHARED... cc -shared 
checking CCSHARED... -fPIC
[...]
History
Date User Action Args
2010-11-20 23:59:40njolysetrecipients: + njoly
2010-11-20 23:59:40njolysetmessageid: <1290297580.46.0.357018780785.issue10475@psf.upfronthosting.co.za>
2010-11-20 23:59:39njolylinkissue10475 messages
2010-11-20 23:59:39njolycreate