This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: -classpath switch patch
- From: Tom Tromey <tromey at redhat dot com>
- To: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- Cc: apbianco at cygnus dot com, java-patches at gcc dot gnu dot org
- Date: 20 Feb 2002 12:11:55 -0700
- Subject: Re: -classpath switch patch
- References: <3C70D730.4000604@jatak.com> <3C7142F0.6050003@bothner.com> <3C7169EE.4040903@waitaki.otago.ac.nz> <87664u1kfx.fsf_-_@tf1.tapsellferrier.co.uk> <3C7185DB.6040301@waitaki.otago.ac.nz> <3C718A7F.1060501@bothner.com> <873czy1gxg.fsf@tf1.tapsellferrier.co.uk> <15473.41698.385817.823287@makita.cygnus.com> <87r8niz2pp.fsf@tf1.tapsellferrier.co.uk> <3C71A5AF.2010608@waitaki.otago.ac.nz> <15473.43041.412371.618641@makita.cygnus.com> <87k7t8xmmb.fsf@tf1.tapsellferrier.co.uk> <87n0y4knnd.fsf@creche.redhat.com> <87664sx9gp.fsf@tf1.tapsellferrier.co.uk>
- Reply-to: tromey at redhat dot com
>>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:
Nic> Becaue Per didn't want to use -bootclasspath for something that
Nic> didn't do exactly what Sun's -bootclasspath does. I think he's
Nic> probably right.
Thanks.
Nic> I'm doing another build to double check - once I've finished I'll
Nic> check everything in.
Thanks.
I think the libjava/Makefile.am change might only matter in very
obscure situations. It is hard to be sure. But using --CLASSPATH
will eliminate doubt, since it will mean that we will never use an
already installed libgcj by accident.
Tom