Anton Korobeynikov wrote:> Hi, Neal > >> gcc-4.3.0-8.x86_64 > This is known problem: http://llvm.org/bugs/show_bug.cgi?id=2998 >Thank you. Is there a workaround?
Hello, Neal> Thank you. Is there a workaround?Well, I suppose, that one of the following might work: 1. downgrade gcc 2. link everything statically -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Anton Korobeynikov wrote:> Hello, Neal > >> Thank you. Is there a workaround? > Well, I suppose, that one of the following might work: > > > 2. link everything statically >Not an option. The point was to build dynamically linked objects to use from python.