[issue11445] Something changed w.r.t. <prefix>/pythonN.M/site-packages in the Hg switch

Skip Montanaro report at bugs.python.org
Wed Mar 9 05:16:45 CET 2011


Skip Montanaro <skip at pobox.com> added the comment:

> Any idea why --enable-shared didn't hose up my svn sandbox build?

I take that back.  I looked in config.status.  I didn't use --enable-shared
in my svn sandbox build.  I misread the output of grep.

So, it's clearly the --enable-shared that's the culprit.  The library search
path built when I used LDFLAGS=-L/opt/local/lib must somehow search
/opt/local/lib before searching $PWD.

Would be nice if we could fix that.  I can't see why a third party library
search directory (generally intended to point the linker at stuff like
libreadline or libjpeg) should be searched before the directory in which
Python is being built.

S

----------

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


More information about the Python-bugs-list mailing list