Any idea?

Jeff Sturm jsturm@one-point.com
Fri Mar 16 10:00:00 GMT 2001


On 15 Mar 2001, Jason Merrill wrote:
> > ./.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.

Yep.

> I don't know where the trailing numbers are coming from.

They are everywhere in libstdc++.  I cannot compile a simple C++ program.
Looks like only alpha-linux is affected... rth already reported it:

http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00471.html

Jeff




More information about the Java mailing list