linking one extension module to another (Mac OSX)

Simon Burton simon at arrowtheory.com
Mon Nov 21 22:57:45 EST 2005


Hi,

I'm having some trouble linking one extension module to another because
the linker expects a "lib" prefix and my python modules cannot have
this prefix.

I found two ways of doing it on a linux box (either symlink or create a
dummy .so that links to extension module) but I can get neither of them
work on OSX (let alone windows).

Simon.




More information about the Python-list mailing list