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 pitrou
Recipients jyasskin, pitrou, tarek
Date 2010-07-31.15:53:09
SpamBayes Score 0.0052358876
Marked as misclassified No
Message-id <1280591591.84.0.476083865565.issue9436@psf.upfronthosting.co.za>
In-reply-to
Content
When I use the following configuration (in order to build a 32-bit Python a 64-bit OS):
  ./configure --with-computed-gotos CFLAGS=-m32 LDFLAGS=-m32

I then get a failure in test_sysconfig:

======================================================================
FAIL: test_ldshared_value (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/m32/Lib/test/test_sysconfig.py", line 285, in test_ldshared_value
    self.assertIn(ldflags, ldshared)
AssertionError: '-m32 ' not found in 'gcc -pthread -shared'
History
Date User Action Args
2010-07-31 15:53:11pitrousetrecipients: + pitrou, jyasskin, tarek
2010-07-31 15:53:11pitrousetmessageid: <1280591591.84.0.476083865565.issue9436@psf.upfronthosting.co.za>
2010-07-31 15:53:10pitroulinkissue9436 messages
2010-07-31 15:53:10pitroucreate