Subject: Re: Gnu Make
To: None <jonow@unik.no>
From: Yuji Yamano <yyamano@kt.rim.or.jp>
List: netbsd-help
Date: 10/30/2001 07:04:36
Morten Owen <jonow@unik.no> writes:

> I can see precompiled versions of gmake for other versions of NetBSD, and
> 1.4.1 version for other platforms. I have tried to find the source code
> for it, but to no avail. I am guessing it is gmake-3.77 I am supposed to
> download, but I can not find it anywhere. 

Please use:

ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/make-3.77.tar.gz

Also you can use pkgsrc to build gmake binary as follows.

% cd /usr/pkgsrc/devel/gmake
% make
% make install

-- 
Yuji Yamano