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]

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


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