Any idea?
Jason Merrill
jason@redhat.com
Thu Mar 15 09:02:00 GMT 2001
> On 2001年3月14日, Alexandre Petit-Bianco wrote:
>> The 3.0 branch should be building fine.
> It has been, until this morning :(
> ./.libs/libgcj.so: undefined reference to
> `_ZN30_GLOBAL_$N$_ZNSt9type_infoD2Ev20nonvirtual_base_typeE.120.175'
> collect2: ld returned 1 exit status
> How'd type_info get in there? Is that from RTTI? We still build with
> -fno-rtti, I think...
The undefined symbol looks to be nonvirtual_base_type from
libsupc++/tinfo.cc. The stuff before that is for the anonymous namespace.
I don't know where the trailing numbers are coming from.
Jason
More information about the Java
mailing list