This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Problems solved by switching to gcc 3.3 (was RE: Win32 gcj: How to create a shared library and other w32 issues)
- From: Tom Tromey <tromey at redhat dot com>
- To: Jost Boekemeier <JBoekemeier at inetsoftware dot de>
- Cc: "'gnustuff at thisiscool dot com'" <gnustuff at thisiscool dot com>, "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>
- Date: 10 Jun 2003 11:06:53 -0600
- Subject: Re: FYI: Problems solved by switching to gcc 3.3 (was RE: Win32 gcj: How to create a shared library and other w32 issues)
- References: <30B9AAD4C847D711A3B70008A10196ADF835@st3.intern.de>
- Reply-to: tromey at redhat dot com
>>>>> "Jost" == Jost Boekemeier <JBoekemeier@inetsoftware.de> writes:
Jost> There is a small glitch when creating a cross compiler with gcc
Jost> 3.3. One file looks for FIONREAD and then calls a method that
Jost> does not exist in mingw.
Could you be more specific? Where does this happen?
Jost> The other problem was solved by re-declaring JNI_CreateJavaVM and
Jost> JNI_GetDefaultJavaVMInitArgs as extern int after including jni.h
Could you go into more detail here? In theory this shouldn't be
necessary, since these functions are declared in jni.h. If there is a
bug in jni.h, let's find it and fix it.
Tom