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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, doko, mgorven, movement, rb, schmir, thijs, yonas
Date 2009-09-25.08:39:53
SpamBayes Score 0.10732263
Marked as misclassified No
Message-id <1253867995.21.0.158981652009.issue4434@psf.upfronthosting.co.za>
In-reply-to
Content
Does it help if you add the --whole-archive option when linking with the
static library? As explained there:
http://www.lysium.de/blog/index.php?/archives/222-Lost-static-objects-in-static-libraries-with-GNU-linker-ld.html
This way your main program will contain the whole python interpreter,
and all symbols used by time.so &co will be resolved.
History
Date User Action Args
2009-09-25 08:39:56amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, doko, movement, schmir, rb, thijs, yonas, mgorven
2009-09-25 08:39:55amaury.forgeotdarcsetmessageid: <1253867995.21.0.158981652009.issue4434@psf.upfronthosting.co.za>
2009-09-25 08:39:53amaury.forgeotdarclinkissue4434 messages
2009-09-25 08:39:53amaury.forgeotdarccreate