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
Date 2002-02-23.23:09:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

This is not a bug in Python, but in your installation.
Python does not, in itself, ever call __eprintf. Instead,
certain versions of gcc emit references to this symbol when
expanding the assert macro. In turn, you need to link such
object files with libgcc.a.

Are you certain that you have build all relevant objects
with the system compiler (including, for example, any
OpenSSL installation)?
History
Date User Action Args
2007-08-23 13:59:20adminlinkissue521706 messages
2007-08-23 13:59:20admincreate