FYI: Problems solved by switching to gcc 3.3 (was RE: Win32 gcj: How to create a shared library and other w32 issues)
Tom Tromey
tromey@redhat.com
Tue Jun 10 17:14:00 GMT 2003
>>>>> "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
More information about the Java
mailing list