Wrapping C++ code for python -- probably solved.

Alex S Coventry alex_c at puffin.lcs.mit.edu
Tue May 11 21:26:39 EDT 1999


Hi.  I did what I should have done in the first place and searched the
web for "__builtin_new".  It seems that the problem is that part of the
code the compiler uses in the "new" function is not directly available
in shared libraries with pre-2.8.x versions of gcc.  I'll try updating
my compiler and see if that helps.

Apologies to any who reply to my question before this reaches you.

See you.
Alex.




More information about the Python-list mailing list