This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: name of libgcj.jar
- From: Tom Tromey <tromey at redhat dot com>
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Cc: java at gcc dot gnu dot org
- Date: 20 Jan 2002 12:40:18 -0700
- Subject: Re: name of libgcj.jar
- References: <15434.60568.974408.567958@gargle.gargle.HOWL>
- Reply-to: tromey at redhat dot com
>>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
Matthias> Trying to install gcj-3.0 and gcj-HEAD under the same
Matthias> prefix, libgcj.jar gets overwritten by the latter
Matthias> installation. I assume, that the jar files are not
Matthias> compatible between 3.0 and HEAD, so why not install it under
Matthias> a different name (i.e. libgcj2.jar)?
Is this really the only such conflict? I'd be surprised if that were
the case. What about the programs in $(bindir)? And the include
files in $(prefix)/include?
Tom