[antlr-interest] can't 'make' (2.7.5) & can't link (2.7.1)

Ric Klaren ric.klaren at gmail.com
Wed Jul 20 08:31:58 PDT 2005


On 7/6/05, Ange Albertini <AngeAlbertini at free.fr> wrote:
> I've tried 2 versions of ANTLR just in case.
> 
> the 2.7.5 "configure" script just works fine (i decompress antlr-2.7.5
> zip in a new dir, under MSYS)

In general it should work fine on MSys. I guess you configured from
the directory the distribution was unzipped in (should not be wrong
but I think it was tested less)?

Could you try these steps to build outside of the source directory:

unzip antlr-2.7.5.zip
mkdir BUILD
cd BUILD
../<antlr-2.7.5-dir>/configure 
make

Are there any complaints by configure about stuff not found or errors
in writing files? Did you check config.log?

> before, with 2.7.1 :

2.7.1 is a bit old... There's newer releases with those configure
scripts. 2.7.5 has new configure scripts.

Cheers,

Ric


More information about the antlr-interest mailing list