[issue4434] Embedding into a shared library fails

Ralf Schmitt report at bugs.python.org
Wed Nov 26 19:05:25 CET 2008


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

ubuntu comes with a static libpython.a which you can also link against.
Linking the c modules against the shared python library would make that
static library pretty much useless...

----------
nosy: +schmir

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


More information about the Python-bugs-list mailing list