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


> 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?

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