Spiros Spirou <spiros.spirou@ucl.ac.uk> writes:
Hi Tiago,
On 31 Ιαν 2008, at 12:01 ΠΜ, Tiago de Paula Peixoto wrote:
It looks like there's something wrong with your python installation.
You are right, of course. Python on Mac OS X is supposed to be installed as a 'framework'. I'll pretend to understand what this means by saying it's some kind of special library. So, I did the framework installation of Python. Now it looks like that you can no longer link to Python with '-lpython2.5' but you need to use '- framework Python' instead. Here's what the 'ld' man says:
[...]
Could you please tell me how/where to make the change so that it uses -framework instead of -l?
Did you try setting LDFLAGS to "-framework Python"? The autotools framework uses libtool to link everything together. There should be more general steps to compile things for MacOS, though I'm not familiar with them. Did you check FINK? Best regards, Tiago -- Tiago de Paula Peixoto <tiago@forked.de>