This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj -bootclasspath doesn't work anymore?


Tom Tromey wrote:
Still, why not ship a `javac'-like wrapper script?  I haven't seen an
argument against doing it.  Debian does it, presumably indicating that
they've seen a need for one.
You mean:

#!/bin/sh
exec gcj -C "$@"
--
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]