This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Problems getting array elements in CNI
- To: lincoln at st dot com
- Subject: Re: Problems getting array elements in CNI
- From: Anthony Green <green at cygnus dot com>
- Date: Thu, 18 Nov 1999 09:01:03 -0800 (PST)
- CC: java-discuss at sourceware dot cygnus dot com
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