This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Cygnus Native Interface
- To: "Ross Creech" <rcreech at nortelnetworks dot com>
- Subject: Re: Cygnus Native Interface
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Thu, 30 Sep 1999 12:43:29 -0700
- Cc: "'java-discuss at sourceware dot cygnus dot com'" <java-discuss at sourceware dot cygnus dot com>
- References: <A56F0B4D52CDD1118F500000F8073C9B02568246@crchy272.us.nortel.com>
>>>>> "Ross" == Ross Creech <rcreech@nortelnetworks.com> writes:
Ross> Unfortunately, I am having difficulties accessing arrays. I am
Ross> wondering if my code is wrong, if the libgcj library is out of
Ross> date, or something else entirely I would appreciate any help you
Ross> can provide.
Your code is (probably -- I didn't really look) ok. However, you have
to compile the C++ code with "-fno-rtti".
Tom