Re: [C++-sig] help finding solution to lack of exception handling with boost python on open solaris 64 bit

2010-12-03 Thread Niall Douglas
Have you checked to ensure your applications meet the criteria specified in http://www.nedprod.com/programs/gccvisibility.html? Usually this problem is due to a failure to fully implement this. Or it's a bug in GCC :) Niall On 2 Dec 2010 at 18:05, Charles Solar wrote: > This happens in my app

Re: [C++-sig] help finding solution to lack of exception handling with boost python on open solaris 64 bit

2010-12-03 Thread Dane Springmeyer
Thanks everyone for your ideas! Exactly what I was looking for. With your help I I've narrowed it down to duplicate libgcc_s.so versions being imported, as this solves it: LD_PRELOAD=/usr/sfw/lib/amd64/libgcc_s.so So I can now do: LD_PRELOAD=/usr/sfw/lib/amd64/libgcc_s.so /usr/bin/amd64/python