This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
Re: gcj/365: gcj cant find libgcj.zip
- To: apbianco at cygnus dot com
- Subject: Re: gcj/365: gcj cant find libgcj.zip
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 3 Nov 2000 09:00:01 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Tom Tromey <tromey at cygnus dot com>
The following reply was made to PR gcj/365; it has been noted by GNATS.
From: Tom Tromey <tromey@cygnus.com>
To: Bryce McKinlay <bryce@albatross.co.nz>
Cc: apbianco@cygnus.com, java-gnats@sourceware.cygnus.com
Subject: Re: gcj/365: gcj cant find libgcj.zip
Date: 03 Nov 2000 02:11:27 -0700
Bryce> The real problem appears to be that the gcc.c driver fails to
Bryce> set the environment variable GCC_EXEC_PREFIX that jc1 uses to
Bryce> locate libgcj.zip (make_relative_prefix() returns NULL when
Bryce> its supposed to return its value).
If this is a bug introduced by someone making an incompatible change,
feel free to complain to the gcc list and ask that person to fix it.
Incompatible changes shouldn't screw us, since we are in the tree.
Tom