This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: build probs w/libgcj: java-array.h not found


>>>>> "David" == David Brownell <mojojojo@pacbell.net> writes:

David> it complains about "java-array.h" not being found. 

David> 	- get gcc 2.95.2
David> 	- get libgcj snapshot 1999-11-20

You need matching versions of the compiler and the runtime.  Between
2.95.2 and the current trunk cvs version, we changed how header files
are laid out in the runtime (they are now installed, and CNI is now
more-or-less exported).  This affected gcjh (part of the compiler).

So, either grab a newer gcc, or an older libgcj.
Which one is right for you depends on your goals and your platform.
Sometimes the cvs gcc is unstable.

Tom

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