Mailing List Archive

Wrapping C++ code for python -- probably solved.
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.