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 skrah
Recipients bobatkins, jackjansen, jprante, lemburg, loewis, pitrou, ronaldoussoren, rpetrov, sergiodj, skrah, spacey
Date 2010-01-27.15:18:51
SpamBayes Score 5.721626e-07
Marked as misclassified No
Message-id <1264605534.14.0.603028144055.issue1628484@psf.upfronthosting.co.za>
In-reply-to
Content
(1) I can get around the configure problem by patching configure.in,
    meaning that va_list is detected correctly now. Perhaps BASECFLAGS
    should be used by default for the compile tests?

(2) Now I run into the problem that distutils somehow ignores the
    LDFLAGS:

 
gcc -pthread -shared build/temp.linux-x86_64-3.2/home/stefan/tmp/svn/py3k/Modules/_struct.o -L/usr/local/lib -o build/lib.linux-x86_64-3.2/_struct.so
collect2: ld terminated with signal 11 [Segmentation fault]



So it might be possible to fix the situation by changing configure.in
and distutils. On the other hand, the patches from Bob and Antoine are
simpler.
History
Date User Action Args
2010-01-27 15:18:54skrahsetrecipients: + skrah, lemburg, loewis, jackjansen, ronaldoussoren, pitrou, bobatkins, sergiodj, spacey, rpetrov, jprante
2010-01-27 15:18:54skrahsetmessageid: <1264605534.14.0.603028144055.issue1628484@psf.upfronthosting.co.za>
2010-01-27 15:18:52skrahlinkissue1628484 messages
2010-01-27 15:18:52skrahcreate