Re: [Fink-devel] Problem compiling a python module

2005-06-12 Thread Martin Costabel
Sébastien Maret wrote: [] ImportError: Failure linking new module: /Users/smaret/Desktop/python- bibtex-1.2.1/build/lib.darwin-8.1.0-PowerMacintosh-2.3/_recode.so: Symbol not found: _program_name Referenced from: /sw/lib/librecode.0.dylib Expected in: dynamic lookup I think this is a

Re: [Fink-devel] Problem compiling a python module

2005-06-12 Thread Sébastien Maret
On Jun 12, 2005, at 4:06, Martin Costabel wrote: Sébastien Maret wrote: ImportError: Failure linking new module: /Users/smaret/Desktop/ python- bibtex-1.2.1/build/lib.darwin-8.1.0-PowerMacintosh-2.3/ _recode.so: Symbol not found: _program_name Referenced from: /sw/lib/librecode.0.dylib

Re: [Fink-devel] Problem compiling a python module

2005-06-12 Thread Frederic Gobry
It builds its dylib with -undefined dynamic_lookup. With the new behavior of dyld on Tiger, dylibs shouldn't be built using this flag ever, or else one gets the kind of error you are seeing. The missing symbol is from libgettextlib.dylib, and instead of the - undefined dynamic_lookup

[Fink-devel] Problem compiling a python module

2005-06-11 Thread Sébastien Maret
I am trying to build python-bibtex under Tiger. The package (that I maintain) does not compile anymore on Tiger, so I have I tried to download the source and compile it by myself. When I build it with Fink's python2.3 and install it, I get the following error: