[issue4434] Embedding into a shared library fails

Björn Lindqvist report at bugs.python.org
Sat Jan 18 01:34:50 CET 2014


Björn Lindqvist added the comment:

The bug is still present on the default build which many distros uses which produces an invalid build. That means

    ./configure && make && make install

is broken! --enable-shared should be turned on by default because many (most?) distros build with the default settings.

----------
components: +Build -Library (Lib)
nosy: +Björn.Lindqvist
versions: +Python 2.7 -Python 2.5

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


More information about the Python-bugs-list mailing list