Re: [Orbit-python-list] orbit-python compile ?'s
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2000-03-18 19:09:04
|
> File "./test-server", line 2, in ? > import CORBA > ImportError: ./CORBAmodule.so: Undefined symbol "__builtin_vec_new" > > I'm not sure what my problem is here--could anyone give me another > push? Thanks in advance! Are you using Solaris by any chance? (If not, what platform are you using?) The solution is to edit the Makefile and explicitely link CORBAmodula.so with libgcc. I'm looking for an automake way to do this, but since that's not my forte it might take a little while. :) Cheers, Jason. -- Unix/Network Administrator Algoma University College Sault Ste. Marie, Ontario -- Assistant Project Manager: http://dev.linux.com Personal Homepage: http://orion.dok.org |