This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: What about boehm-gc under cygwin?
- From: Christian Jönsson <christian at j-son dot org>
- To: <tromey at redhat dot com>
- Cc: "'David Billinghurst'" <David dot Billinghurst at riotinto dot com>,<gcc at gcc dot gnu dot org>
- Date: Tue, 30 Apr 2002 09:36:55 +0200
- Subject: RE: What about boehm-gc under cygwin?
I'm on a macine local NTFS (Windows XP). As I mentioned before, the
boehm-gc test pass:
make[4]: Entering directory
`/usr/local/src/gcc-dev/objdir/i686-pc-cygwin/boehm-gc'
Completed 1 tests
Allocated 648021 collectable objects
Allocated 101 uncollectable objects
Allocated 1250000 atomic objects
Allocated 10880 stubborn objects
Finalized 2206/2206 objects - finalization is probably ok
Total number of bytes allocated is 60657252
Final heap size is 9428992 bytes
Collector appears to work
PASS: gctest
==================
All 1 tests passed
==================
make[4]: Leaving directory
`/usr/local/src/gcc-dev/objdir/i686-pc-cygwin/boehm-gc'
When it comes to invetigating... Well, this is a good reason:
Executing on host:
/usr/local/src/gcc-dev/objdir/i686-pc-cygwin/libjava/testsuite/../libtoo
l --silent --tag=GCJ --mode=compile
/usr/local/src/gcc-dev/objdir/gcc/gcj
-B/usr/local/src/gcc-dev/objdir/gcc/ --encoding=UTF-8
-B/usr/local/src/gcc-dev/objdir/i686-pc-cygwin/libjava/testsuite/../ -c
-o
/usr/local/src/gcc-dev/objdir/i686-pc-cygwin/libjava/testsuite/abstr.o
/usr/local/src/gcc-dev/gcc/libjav
a/testsuite/libjava.compile/abstr.java (timeout = 300)
spawn
/usr/local/src/gcc-dev/objdir/i686-pc-cygwin/libjava/testsuite/../libtoo
l--silent --tag=GCJ --mode=compile /usr/local/src/gcc-dev/objdir/gcc/gcj
-B/usr/local/src/gcc-dev/objdir/gcc/ --encoding=UTF-8
-B/usr/local/src/gcc-dev/objdir/i686-pc-cygwin/libjava/testsuite/../ -c
-o
/usr/local/src/gcc-dev/objdir/i686-pc-cygwin/libjava/testsuite/abstr.o
/usr/local/src/gcc-dev/gcc/libjava/testsuite/libjava.compile/abstr.java
/usr/local/src/gcc-dev/gcc/libjava/testsuite/libjava.compile/abstr.java:
0: Can't find default package `java.lang'. Check the CLASSPATH
environment variable and the access to the archives
1 error
compiler exited with status 1
output is:
/usr/local/src/gcc-dev/gcc/libjava/testsuite/libjava.compile/abstr.java:
0: Can't find default package `java.lang'. Check the CLASSPATH
environment variable and the access to the archives
1 error
FAIL: abstr compilation from source
FAIL: abstr byte compilation
UNTESTED: abstr compilation from bytecode
Then it goes on...
Anything else I can check?
Cheers,
/ChJ
-----Original Message-----
From: gcc-owner@gcc.gnu.org [mailto:gcc-owner@gcc.gnu.org] On Behalf Of
Tom Tromey
Sent: Monday, April 29, 2002 11:44 PM
To: Christian Jönsson
Cc: 'David Billinghurst'; gcc@gcc.gnu.org
Subject: Re: What about boehm-gc under cygwin?
>>>>> "Christian" == Christian Jönsson <christian@j-son.org> writes:
Christian> Well, it compiles but...
You must be on a case-sensitive file system. As far as I know we
still can't build libgcj on a case-insensitive file system, due to a
longstanding gcj bug.
Christian> See
Christian> http://gcc.gnu.org/ml/gcc-testresults/2002-04/msg01106.html
When all the exec tests fail like this, it usually means something
fairly fundamental, like a GC or binutils problem. Can you investigate?
Tom