This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Yet Another GCC 3.3 MingW Build
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: <java at gcc dot gnu dot org>
- Date: 20 Feb 2003 18:25:57 -0700
- Subject: Re: Yet Another GCC 3.3 MingW Build
- References: <POEIJGMGPFPGFHAGKFHAOEBOCFAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik dot poupaert at chello dot be> writes:
Erik> I just wonder if something changed between 3.2 and 3.3 with
Erik> regards to the bootclasspath? I've had to specify in every Ant
Erik> build file to use the libgcj.jar instead of rt.jar. Strange. And
Erik> the error message had nothing to do with it ...
It may be that the interpretation of the various classpath arguments
changed between 3.2 and 3.3.
When I looked at the Ant gcj adapter (I looked at the Ant 1.4 code
this week), it had a number of bugs. At least, it seemed to target a
pretty old gcj. For instance it doesn't know that gcj has a
--encoding option.
Tom