On Wed, Jan 16, 2002 at 04:19:14PM -0500, Gianni Johansson wrote: > I didn't even want to build for Kaffe, but it seems like the Makefile now > defaults to prefer it over IBM or Sun.
It checks for jikes first, then kaffe, then javac, in the PATH. make JAVAC=javac would prevent it from autodetecting kaffe. > But anyways there's a syntax error in the generated command line. > > make > > which: no jikes in > (/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/bin:/usr1/IBMJava2-13/bin:) > mkdir build > kaffe at/dms/kjc/Main -sourcepath src -d build src/freenet/client/*.java > Kjc: unrecognized option ''-sourcepath'' > make: *** [freenet/client/*.java] Error 1 Hmm. It's supposed to be a standard switch for javac clones. Is there a kaffe user who knows the equivalent? -tc _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
