[issue4434] Embedding into a shared library fails

Ralf Schmitt report at bugs.python.org
Thu Nov 27 23:05:45 CET 2008


Ralf Schmitt <schmir at gmail.com> added the comment:

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..)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4434>
_______________________________________


More information about the Python-bugs-list mailing list