This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Problems solved by switching to gcc 3.3 (was RE: Win32 gcj: How to create a shared library and other w32 issues)


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]