Subject: Re: strange `make build` compilation error...
To: Andrew Y Ng <ayn@ngbert.org>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 03/17/1997 12:13:37
Andrew Y Ng writes:
> I sup'ed the new src and did a `make build` in /usr/src as usual,
> but I got this error:
> 
> andrew:(*ROOT*)/usr/src# make build
> (cd /usr/src/share/mk && make install)
> install -c -o bin -g bin -m 444 bsd.README bsd.doc.mk bsd.dep.mk bsd.kmod.mk 
bsd.lib.mk bsd.man.mk  bsd.nls.mk bsd.obj.mk bsd.own.mk bsd.prog.mk bsd.subdir.
mk bsd.sys.mk  sys.mk  /usr/share/mk
> install: not found
> *** Error code 1
[...]
> can anybody tell me what the problem is?  thx tons!

It is complaining that it cannot find the program "install".

Check that "install" is installed properly on your machine, and hasn't
somehow been blown away.

Perry