Re: Unable to build libpython2.5.so on OS X 10.4

2009-05-07 Thread Piet van Oostrum
> elwinter (e) wrote: >e> Hi Ned. The Python module I am building is actually the Python module >e> for ROOT, a large package from CERN. However, the problem arises >e> before that code enters the picture, when I am building Python itself. >e> All I want to do is create "libpython2.5.dylib",

Re: Unable to build libpython2.5.so on OS X 10.4

2009-05-07 Thread Ned Deily
In article <0e05eca2-b460-4e01-aa54-cc1055f51...@q14g2000vbn.googlegroups.com>, elwinter wrote: > The Python module I am building is actually the Python module > for ROOT, a large package from CERN. However, the problem arises > before that code enters the picture, when I am building Python itse

Re: Unable to build libpython2.5.so on OS X 10.4

2009-05-07 Thread elwinter
Hi Ned. The Python module I am building is actually the Python module for ROOT, a large package from CERN. However, the problem arises before that code enters the picture, when I am building Python itself. All I want to do is create "libpython2.5.dylib", or its equivalent, and I can't seem to make

Re: Unable to build libpython2.5.so on OS X 10.4

2009-05-07 Thread Ned Deily
In article , Eric Winter wrote: > Hi all. I'm trying to build some internal code that needs to link > against libpython2.5.so on a OS X 10.4 (Tiger) machine. It seems that > no matter what combination of options and environment variables I give > to the configure script from python 2.5.1, all I

Re: Unable to build libpython2.5.so on OS X 10.4

2009-05-07 Thread elwinter
Christian, Thanks for the response. I knew about the .dylib suffix, but that's not being built either, even when I supply the --enable-shared option to configure. I also tried the --enable-unicode configure option, but no joy. Might there be some additional OS X package I need to install to get th

Re: Unable to build libpython2.5.so on OS X 10.4

2009-05-07 Thread Christian Heimes
Eric Winter schrieb: > Hi all. I'm trying to build some internal code that needs to link > against libpython2.5.so on a OS X 10.4 (Tiger) machine. It seems that > no matter what combination of options and environment variables I give > to the configure script from python 2.5.1, all I get is the > l

Unable to build libpython2.5.so on OS X 10.4

2009-05-07 Thread Eric Winter
Hi all. I'm trying to build some internal code that needs to link against libpython2.5.so on a OS X 10.4 (Tiger) machine. It seems that no matter what combination of options and environment variables I give to the configure script from python 2.5.1, all I get is the libpython2.5.a (the static libra