Re: Problem extending python through dynamic loading

Tim Peters (tim@ksr.com)
Tue, 12 Apr 94 00:01:26 -0400

> [simeon, tries dynamic loading on a Sun Sparc10 using g++, and is
> rewarded with ...]
> ld.so: Undefined symbol: ___builtin_new

I've never mucked with dynamic loading, but a search thru the g++ docs
turned up this:

The file `gnulib.c' also provides the implementation for the functions
`__builtin_new' and `__builtin_delete', the functions responsible for
actually allocating and deallocating storage for GNU C++ programs.

Looks like a good clue, anyway!

fan-of-dynamic-unloading-ly y'rs - tim

Tim Peters tim@ksr.com
not speaking for Kendall Square Research Corp