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>, java-discuss at sourceware dot cygnus dot com
- Subject: RE: cni questions
- From: Glenn Chambers <GChambers at provsol dot com>
- Date: Thu, 13 Jan 2000 08:09:37 -0500
> System/cni_base.o: In function `gnu::cni::base type_info function':
> System/cni_base.o(.gnu.linkonce.t.__tfQ33gnu3cni6base+0x10): undefined
> reference to `java::lang::Object type_info function'
> System/cni_base.o(.gnu.linkonce.t.__tfQ33gnu3cni6base+0x1a): undefined
> reference to `java::lang::Object type_info node'
> collect2: ld returned 1 exit status
> make: *** [go] Error 1
>
> Any ideas? Obviously I'm missing something, but I'm not sure what.
> Perhaps the constructor?
Are you compiling the C++ code with -fno-rtti?