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: Building eclipse batch compiler using gcj


Thank you.

>Perhaps this is a compiled resource file?  And due to
>case-insensitivity on Windows it overwrote the object file
>corresponding to the missing class?  That is my first guess anyway.
>If it isn't that, we have some more debugging to do ...

Indeed the message.o coming from the properties overwrote the one coming 
for the compile class Messages.java. Now the linking works, but the 
generated exe has a missing dll.
libiconv-2.dll. I'll try to find it somewhere. The previous version I used 
didn't need it.

>You may want to try gcj 4.0, which was released a while back.
I could not find a download of a version 4.0 for MSYS on Windows XP.
See http://www.mingw.org/download.shtml#hdr2
I only found an experimental one here:
http://www.thisiscool.com/gcc_mingw.htm#gcj40

Is this the one you are referring to?

Olivier


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