From: "Gavin Sinclair" <gsinclair / soyabean.com.au>


>
> OK, I've tried it with snapshot.tar.gz and Borland 5.5.
>
> There are millions of compiler warnings!  And then it trips over because it
> can't find 'byacc'.  The Borland README includes the following:
>
> [...]
>
> Guess I'll use Cygwin's byacc.
>
> Gavin

Using Cygwin's 'byacc' (within Cygwin) to generate parse.c worked nicely,
allowing Borland's 'make' to continue.

make test and make install both worked fine.

Gavin