This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gcj -bootclasspath doesn't work anymore?
- From: Mark Wielaard <mark at klomp dot org>
- To: classpath at gnu dot org
- Cc: java at gcc dot gnu dot org
- Date: 02 Sep 2002 23:33:19 +0200
- Subject: gcj -bootclasspath doesn't work anymore?
Hi,
I just tried compiling GNU Classpath with gcj from CVS but got:
make[1]: Entering directory `/home/mark/src/classpath/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/usr/local/gcc33/bin/gcj -bootclasspath '' -classpath
..:../vm/current:.: -C -d . @classes
gcj: couldn't run `/usr/local/gcc33/bin/ootclasspath-gcc-3.3': No such
file or directory
make[1]: *** [compile-classes] Error 1
The option --bootclasspath does work correctly though.
Using -bootclasspath does also work with gcj-3.2.
Was -bootclasspath with a single '-' ever meant to work
or was it an unsupported feature/bug?
Cheers,
Mark