On the NetBSD systems I've tried (1.6 and -current as of last week)
% tar zxf make-3.80.tar.gz % cd make-3.80 % ./configure % make # make install
works, but when I tried using
% sh ./build.sh
after ./configure it gave this error:
compiling ar.c... compiling arscan.c... compiling commands.c... compiling default.c... compiling dir.c... compiling expand.c... compiling file.c... compiling function.c... compiling getopt.c... compiling getopt1.c... compiling implicit.c... compiling job.c... compiling main.c... compiling misc.c... compiling read.c... compiling remake.c... compiling rule.c... compiling signame.c... compiling variable.c... compiling version.c... compiling vpath.c... compiling hash.c... compiling [EMAIL PROTECTED]@.c... gcc: ./[EMAIL PROTECTED]@.c: No such file or directory gcc: No input files
and I'm afraid I'm not skilled enough to fix it.
Ray
_______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make
