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.11:10:36
SpamBayes Score 0.0008854034
Marked as misclassified No
Message-id <1264590640.09.0.051521637439.issue1628484@psf.upfronthosting.co.za>
In-reply-to
Content
Marc-Andre,

on 64-bit Ubuntu, this method ...

BASECFLAGS=-m32 LDFLAGS=-m32 ./configure

... results in a gcc segfault:


gcc -pthread -m32 -Xlinker -export-dynamic -o python \
                        Modules/python.o \
                        libpython3.2.a -lpthread -ldl  -lutil   -lm  
Segmentation fault
make: *** [sharedmods] Error 139



Antoine's patch and command line work.
History
Date User Action Args
2010-01-27 11:10:40skrahsetrecipients: + skrah, lemburg, loewis, jackjansen, ronaldoussoren, pitrou, bobatkins, sergiodj, spacey, rpetrov, jprante
2010-01-27 11:10:40skrahsetmessageid: <1264590640.09.0.051521637439.issue1628484@psf.upfronthosting.co.za>
2010-01-27 11:10:37skrahlinkissue1628484 messages
2010-01-27 11:10:36skrahcreate