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 pitrou
Recipients brett.cannon, eric.araujo, ezio.melotti, georg.brandl, ned.deily, pitrou, python-dev, r.david.murray, skip.montanaro, vstinner
Date 2011-03-24.15:20:59
SpamBayes Score 0.00012329148
Marked as misclassified No
Message-id <1300980056.3957.2.camel@localhost.localdomain>
In-reply-to <19851.24534.350813.106112@montanaro.dyndns.org>
Content
> Pretty vanilla.  Install in my directory tree, get libraries from MacPorts:
> 
>   --prefix=/Users/skip/local --enable-shared LDFLAGS=-L/opt/local/lib CPPFLAGS=-I/opt/local/include
> 
> I thought you had fixed the --enable-shared linkage problems, but taking it
> out seems to solve this issue.  I'm guessing nothing has been checked in yet
> to solve that problem.

It's not --enable-shared, it's that you have to set "LD_LIBRARY_PATH=.",
otherwise your new "./python.exe" will use some other Python 3.3 shared
library installed on your system. So you're basically testing an old
Python with the latest test suite :)

We do have a buildbot testing shared builds btw:
http://www.python.org/dev/buildbot/all/buildslaves/bolen-ubuntu
History
Date User Action Args
2011-03-24 15:21:00pitrousetrecipients: + pitrou, skip.montanaro, brett.cannon, georg.brandl, vstinner, ned.deily, ezio.melotti, eric.araujo, r.david.murray, python-dev
2011-03-24 15:20:59pitroulinkissue11653 messages
2011-03-24 15:20:59pitroucreate