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 loewis
Recipients barry-scott, loewis
Date 2008-08-10.07:11:59
SpamBayes Score 0.0024238094
Marked as misclassified No
Message-id <1218352386.85.0.145324951457.issue3533@psf.upfronthosting.co.za>
In-reply-to
Content
This might be a duplicate of issue 1099. Can you try building with
--enable-universalsdk ?

__eprintf should have been defined in libgcc, or else assert() should
not call it. To investigate this further, you should determine how many
copies of assert.h you have, whether they all refer to __eprintf, how
many copies of libgcc you have, whether they all define __eprintf, and
which header file and which library gets used.
History
Date User Action Args
2008-08-10 07:13:06loewissetrecipients: + loewis, barry-scott
2008-08-10 07:13:06loewissetmessageid: <1218352386.85.0.145324951457.issue3533@psf.upfronthosting.co.za>
2008-08-10 07:12:00loewislinkissue3533 messages
2008-08-10 07:12:00loewiscreate