Problems getting array elements in CNI

Anthony Green green@cygnus.com
Thu Nov 18 09:01:00 GMT 1999


Lincoln wrote:
> When compiling I get: 
> 
> natShmSegment.o: In function `JArray<char> type_info function':
> /usr/local/include/gcj/array.h(.gnu.linkonce.t.__tft6JArray1Zc+0x10): undefined reference to
> `__JArray type_info function'

Remember to compile your C++ code with -fno-rtti.

AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California


More information about the Java mailing list