This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients eric.araujo, ned.deily, skip.montanaro
Date 2011-03-09.04:16:44
SpamBayes Score 2.1836263e-07
Marked as misclassified No
Message-id <19830.65321.842021.464792@montanaro.dyndns.org>
In-reply-to <1299639404.44.0.670090661574.issue11445@psf.upfronthosting.co.za>
Content
> 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
History
Date User Action Args
2011-03-09 04:16:45skip.montanarosetrecipients: + skip.montanaro, ned.deily, eric.araujo
2011-03-09 04:16:44skip.montanarolinkissue11445 messages
2011-03-09 04:16:44skip.montanarocreate