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: Tom Tromey <tromey at redhat dot com>
- To: Christian Jönsson <christian at j-son dot org>
- Cc: "'David Billinghurst'" <David dot Billinghurst at riotinto dot com>, <gcc at gcc dot gnu dot org>
- Date: 30 Apr 2002 12:01:58 -0600
- Subject: Re: What about boehm-gc under cygwin?
- References: <000b01c1f019$d0c90c50$0301a8c0@D90V2D0J>
- Reply-to: tromey at redhat dot com
>>>>> "Christian" == Christian Jönsson <christian@j-son.org> writes:
Christian> I'm on a macine local NTFS (Windows XP). As I mentioned
Christian> before, the boehm-gc test pass:
Ok.
Christian> When it comes to invetigating... Well, this is a good reason:
Christian> 0: Can't find default package `java.lang'. Check the CLASSPATH
Christian> environment variable and the access to the archives
Was libgcj actually built? In particular look for libgcj.jar in the
target build directory (<build>/<target>/libjava/libgcj.jar).
Did you `make install'? (You shouldn't have to, but maybe there is a bug.)
Tom