This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCC 3.3 from Mohan May 17th some regressions
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Mon, 19 May 2003 09:50:52 +0200
- Subject: GCC 3.3 from Mohan May 17th some regressions
I've tested this on my application and I've found the following
regressions:
1. \thisiscool-gcc\gcc-3.3\bin is *not* in my path. I have simply
invoked
gcj using the full path and this worked fine for the build of April 4(as
it has done since 3.2). I don't want gcj in my path as I want my build
scripts
to choose GCJ version. With the build of May 17th, I get:
... output deleted ...
[apply] gcj: installation problem, cannot exec `as': No such file or
directory
2. If I modify my path to point to \thisiscool-gcc\gcc-3.3\bin\gcj, I
get a
bit further, but:
... output deleted ...
[apply] Error: 0-bit reloc in dll
[apply] Error: 0-bit reloc in dll
I'll be happy to run more tests.
Øyvind