Re: gij: unrecognized option -- `-o'

Andrew Haley <[email protected]> Thu, 16 Dec 2010 10:36:40 +0000
Newsgroups gmane.comp.java.classpath.devel
Message-ID <[email protected]>
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.

Andrew.