On Thu, Dec 16, 2010 at 12:36 PM, Andrew Haley <aph@xxxxxxxxxx> wrote: > On 05/19/2010 09:13 PM, KessiMC wrote: >> >> Hi everyone >> >> Having finally become somewhat more confident in trying to cross-compile >> GNU >> Classpath, I dastardly failed on my most recent attempt with the following >> error message: >> >> Making all in tools >> make[1]: Entering directory `/opt/C++/classpath/classpath-build/tools' >> /bin/mkdir -p classes asm >> /bin/mkdir -p ../tools/generated/gnu/classpath/tools/gjdoc/expr >> gij -classpath antlr.Tool -o >> ../tools/generated/gnu/classpath/tools/gjdoc/expr/ \ >> >> >> ../../classpath-0.98/tools/gnu/classpath/tools/gjdoc/expr/java-expression.g >> gij: unrecognized option -- `-o' > > -classpath needs an argument. It should be the path to the ANTLR jarfile. IIRC, I fixed this locally by installing native antlr package.