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