This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: cni questions
- To: Bryan Murphy <dalroth at yahoo dot com>
- Subject: Re: cni questions
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Wed, 12 Jan 2000 21:39:13 -0800 (PST)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <20000113053418.16445.qmail@web503.mail.yahoo.com>
>>>>> "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