This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cni questions


>>>>> "Bryan" == Bryan Murphy <dalroth@yahoo.com> writes:

Bryan> gcj System/cni_base.o main.java --main=main -o gtest -lgcj

Bryan> System/cni_base.o: In function `gnu::cni::base type_info function':
Bryan> System/cni_base.o(.gnu.linkonce.t.__tfQ33gnu3cni6base+0x10): undefined
Bryan> reference to `java::lang::Object type_info function'

Compile with -fno-rtti.

I'd have thought this was in the FAQ, or elsewhere documented, but I
admit I haven't looked.

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]