Message9357
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)? |
|
Date |
User |
Action |
Args |
2007-08-23 13:59:20 | admin | link | issue521706 messages |
2007-08-23 13:59:20 | admin | create | |
|