Is libpython (e.g., libpython2.5.dylib) installed by the python25 Portfile? I am trying to link to lpython and the linker is finding / usr/lib/libpython.dylib from Apple's build of python 2.4.3. I did locate ${prefix}/lib/python2.5/config/libpython2.5.a but was uncertain if I should be linking to this library file as I expected to find libpython in ${prefix}/lib. Regards, Jon
Hi Jon,
Is libpython (e.g., libpython2.5.dylib) installed by the python25 Portfile?
It wasn't on my build, and indeed no file with a .dylib extension appears in "port contents python25". I note that the Portfile for python24 contains a chunk of code for destrooting things into place (including libpython.25.dylib) that python25 does not have. Since the maintainer for both ports is the same, it might be best for you to contact the maintainer directly to find out exactly why things are the way they are. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org
participants (2)
-
Boey Maun Suang
-
Jon Buffington