Hi Gerrit, >> The usr/ prefix is missing in the binary tarball, it should extract to >> usr/bin, usr/share, ...
Ok, will redo. >> ./configure looks somewhat strange: >> >> $ ./configure --prefix=/usr --with-javac=/usr/bin/gcj --disable-examples Do you mind about --prefix=/usr ??? I used option --with-javac=/usr/bin/gcj to select proper Java compiler. It could be left out if gcj is the only compiler around while running configure. Option --disable-examples is to shorten things (examples are not installed anyway). >> test: ==: unknown operand Now that's really strange ... Not aware of it so far. Would you mind to run something like /bin/sh -x ./configure --prefix=/usr --with-javac=/usr/bin/gcj \ --disable-examples 2>&1 | tee log.txt and send me the log file for investigation? >> I don't know how to use it, so I cannot say if the binaries are actually >> working, I think you can tell me if you get what you expect when using >> it? Basically /usr/bin/antlr should run and print some help message. But there's indeed an issue here. The script "/usr/bin/antlr" requires a JRE to execute proper and the only supported JRE is the one from SUN (on Windows). How would I put this dependency in my setup.hint file? Thanks for having a look into it. I will redo the package and send you updated link. Cheers, Wolfgang. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 11:45 PM To: wolfgang haefelinger Cc: [email protected] Subject: Re: antlr for cygwin - sorry, URL has changed wolfgang haefelinger wrote: > Hi, > > I'm very sorry but URL sent earlier this day is wrong now ( > due to server problems I had to upload again). Package > should be downable from > > http://www.antlr.org/share/1105550605023/antlr-2.7.5-1.cygwin.tgz > > or checkout > > http://www.antlr.org Binary tarball: The usr/ prefix is missing in the binary tarball, it should extract to usr/bin, usr/share, ... Source tarball: ./configure looks somewhat strange: $ ./configure --prefix=/usr --with-javac=/usr/bin/gcj --disable-examples checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking whether this is Cygwin... checking whether this is MinGW... no checking for cygpath.exe... /usr/bin/cygpath.exe checking for make... /usr/bin/make checking for make... /bin/make test: ==: unknown operand test: ==: unknown operand test: ==: unknown operand [...more...] I'm not sure what the reason is, maybe I have something broken here? I don't know how to use it, so I cannot say if the binaries are actually working, I think you can tell me if you get what you expect when using it? Gerrit -- =^..^=
