On 8-feb-2006, at 21:53, Bill Noon wrote:


On Feb 8, 2006, at 3:42 PM, Ronald Oussoren wrote:

Maybe it is necessary to ensure proper behaviour for C++ extensions with global variables that have constructors, in which case we'd probably be hosed. Does anyone has a Python extension that does this lying around (compiled using g++-3 on Panther)?


OmniOrb is one of these. Prior to 10.4, it had to be linked to static libraries to get all the c++ constructors to fire properly.

My latest builds with 10.4 and python 2.4 work fine.

Is that this omniorb: http://omniorb.sourceforge.net/ ?

Do you by any change have a binary of the python extension for Panther lying about? (for python 2.4 of course). A script that would
tell if the c++ constructors would also be nice :-)

Ronald


--Bill Noon


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to