Python on Darwin

ystarrev at my-deja.com ystarrev at my-deja.com
Sun Jul 30 16:17:09 EDT 2000


Hi,

I have successfully built Python on Darwin and have it loading shared
modules.

I would like to load modules which use ObjC, but am running into a
duplicate symbol problem:

__objcInit

Which is defined both in python and in the .so

There is a snippet in configure.in about this having come up in builds
of python on Next4 and Next5, using -u __dummy to get the linker to not
include __objcInit as Common.

Does anyone know how to make this trick work on Darwin?

Thanks.

Yves


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list