[issue10126] test_distutils failure with --enable-shared

Tarek Ziadé report at bugs.python.org
Sun May 22 20:29:56 CEST 2011


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

I am trying to fix this by backporting the distutils fix, but --enabled-share does not work for me ?!

$ make distclean && ./configure --enable-shared --with-pydebug && make
$ ./python
libpython3.3dm.so.1.0: cannot open shared object file: No such file or directory

The so file is present in the srcdir though.

Investigating...

----------

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


More information about the Python-bugs-list mailing list