[Pythonmac-SIG] Writting C extension in Mac os X tiger

Jaonary Rabarisoa jaonary at free.fr
Fri Oct 28 19:56:23 CEST 2005


>>
>
> You forgot to use distutils to compile it, instead of Xcode.   
> Specifically, the problem was that you linked to a different  
> problem than you are attempting to use it from, potentially with  
> incorrect linker flags.  distutils solves this problem for you  
> because it knows which Python to link to and which flags to use by  
> way of the Python interpreter you invoked setup.py with.
>
> Use distutils.
>


Thank you all for the help. Well, I know what I have to do now :  
learn to use distutils :-)

Regards

Jaonary Rabarisoa
jaonary at free.fr




More information about the Pythonmac-SIG mailing list