This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
darwin 6.3 and gcc-3.3
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Tom Tromey <tromey at redhat dot com>, GCC-Java <java at gcc dot gnu dot org>
- Date: Thu, 02 Jan 2003 16:55:46 +0100
- Subject: darwin 6.3 and gcc-3.3
Hi,
this one is for the record.
./gcc -v
Reading specs from ./../lib/gcc-lib/powerpc-apple-darwin6.3/3.3/specs
Configured with: /Volumes/xufs/gcc-branch/gcc/configure
--prefix=/Volumes/reserved1/gcctmp --enable-languages=c,c++,java
--enable-libgcj --enable-threads=posix --enable-shared --disable-multilib
Thread model: posix
gcc version 3.3 20030101 (prerelease)
./gcj -v
Reading specs from ./../lib/gcc-lib/powerpc-apple-darwin6.3/3.3/specs
Reading specs from
./../lib/gcc-lib/powerpc-apple-darwin6.3/3.3/../../../libgcj.spec
rename spec lib to liborig
Configured with: /Volumes/xufs/gcc-branch/gcc/configure
--prefix=/Volumes/reserved1/gcctmp --enable-languages=c,c++,java
--enable-libgcj --enable-threads=posix --enable-shared --disable-multilib
Thread model: posix
gcc version 3.3 20030101 (prerelease)
NO modifications done on a clean checked out tree today.
Unfortunately the testsuite does not perform well due to some OS things.
The usual ones.
E.g, ERROR: No `main' given in program PR141
Running some apps(small) by hand works fine.
Regards,
Andreas