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 2003-06-14.15:47:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

You'll lose your bet :-)

The problem is not that readline is compiled with gcc, but
that it is in a location where ld.so.1 does not look. You can
a) set LD_RUN_PATH
b) set LD_LIBRARY_PATH
c) add more -R options to the linker
d) build readline statically, and link the readline module
statically through Modules/Setup.

See ld.so.1(1)
History
Date User Action Args
2007-08-23 14:13:45adminlinkissue749911 messages
2007-08-23 14:13:45admincreate