Re: [Orbit-python-list] orbit-python compile ?'s
Status: Inactive
Brought to you by:
tack
From: Brad C. <cha...@ar...> - 2000-03-18 20:46:55
|
>> 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?) FreeBSD 3.3 > The solution is to edit the Makefile and explicitely link CORBAmodula.so > with libgcc. Great! That was exactly the problem. Now the tests work fine for me. > I'm looking for an automake way to do this, but since that's > not my forte it might take a little while. :) No problem. I wish I could help, but unfortunately I'm just learning to use automake/conf myself. Thanks for orbit-python! I'm really looking forward to playing around with it. Brad |