On Wed, Jan 16, 2002 at 05:42:57PM -0500, Tavin Cole wrote: < > > > 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?
There is no such thing. It has a --destination switch for putting the class files in some other dir though. KJC is not really a javac clone, it doesn't have the same interface at all and won't calculate dependencies in the same way. It's somewhat lame of kaffe to call symlink javac to it. -- Oskar Sandberg oskar at freenetproject.org _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
