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 brett.cannon, eric.araujo, ezio.melotti, georg.brandl, ned.deily, pitrou, python-dev, r.david.murray, skip.montanaro, vstinner
Date 2011-03-24.15:14:34
SpamBayes Score 0.0016004252
Marked as misclassified No
Message-id <19851.24534.350813.106112@montanaro.dyndns.org>
In-reply-to <1300943823.21.0.224878493945.issue11653@psf.upfronthosting.co.za>
Content
Ned> Skip, what parameters are you using with ./configure ?

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.

S
History
Date User Action Args
2011-03-24 15:14:36skip.montanarosetrecipients: + skip.montanaro, brett.cannon, georg.brandl, pitrou, vstinner, ned.deily, ezio.melotti, eric.araujo, r.david.murray, python-dev
2011-03-24 15:14:34skip.montanarolinkissue11653 messages
2011-03-24 15:14:34skip.montanarocreate