Re: [C++-sig] EXTERNAL: Re: Odd dlopen behavior

2012-02-01 Thread Niall Douglas
On 31 Jan 2012 at 16:44, Davidson, Josh wrote: > Ok, well I did figure out the discrepancy between these extensions and > previous extensions that have been built that required setting > RTLD_GLOBAL. What I'm doing for these extensions is instead of building > in all of the original C++ code AND

Re: [C++-sig] EXTERNAL: Re: Odd dlopen behavior

2012-02-01 Thread Davidson, Josh
Neil, great information, but I did track this problem down to a quirk with Py++. I've had a great deal of trouble finding a reliable way to actually write modules with module_builder. Originally, I had been using split_module but I've run into several cases where it goes off in the weeds and tr