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 schmir
Recipients movement, rb, schmir
Date 2008-11-27.22:05:44
SpamBayes Score 0.0030314492
Marked as misclassified No
Message-id <1227823545.2.0.757455607212.issue4434@psf.upfronthosting.co.za>
In-reply-to
Content
Linking with the static library really works. You have to link with
'-Xlinker -export-dynamic' however on linux in order to make the symbols
from the static library visible. (just in case if I haven't been clear..)
History
Date User Action Args
2008-11-27 22:05:45schmirsetrecipients: + schmir, movement, rb
2008-11-27 22:05:45schmirsetmessageid: <1227823545.2.0.757455607212.issue4434@psf.upfronthosting.co.za>
2008-11-27 22:05:44schmirlinkissue4434 messages
2008-11-27 22:05:44schmircreate