This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problems with Mohans GCJ 20030522 build
- From: João Garcia <jgarcia at uk2 dot net>
- To: Øyvind Harboe <oyvind dot harboe at zylin dot com>, java at gcc dot gnu dot org, Mohan Embar <gnustuff at thisiscool dot com>
- Date: Wed, 04 Jun 2003 02:00:04 +0100
- Subject: Re: Problems with Mohans GCJ 20030522 build
Hi All,
It seems that gcj (mingw flavor) now expects as.exe and ld.exe (at
least) to be placed in:
lib\gcc-lib\mingw32\3.3
If gcj.exe is in c:\thisiscool-gcc\gcc-3.3\bin and you place both as.exe
and ld.exe in c:\thisiscool-gcc\gcc-3.3\lib\gcc-lib\mingw32\3.3, none of
those directories should have to be in your path.
Then, if you would use
c:\thisiscool-gcc\gcc-3.3\bin\gcj.exe <usual stuff>,
everything should work fine. At least it works OK for me (I'm not using
Mohan's build).
João