This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Building eclipse batch compiler using gcj
- From: Olivier Thomann <Olivier_Thomann at ca dot ibm dot com>
- To: tromey at redhat dot com
- Cc: java at gcc dot gnu dot org
- Date: Tue, 21 Jun 2005 14:48:16 -0400
- Subject: 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