Bill Barnes <kgbsoft(at)yahoo(dot)com> writes:
> Trying to rebuild v6.5.3 and the procedure calls for
> gmake.
>
> A google search is a dog-chasing-tail exercise.
Depending on your platform, you may already have it. GNU make is
standard on almost all Linux distributions (usually called just
'make'). The Cgywin tools also have GNU make as 'make' AFAIK.
If you need to build GNU make from source, you can get it from the
home of all GNU software:
ftp://ftp.gnu.org/gnu/make/make-3.79.1.tar.gz
-Doug