Hello,

I am trying to install Make from scratch (not in my repo).  I run the
build.sh script (because I have no Make to run), but get this error.  It's
looking for something called libglob.a, which does not exist in the
directory.

Any advice would be appreciated!

compiling commands.c...
compiling job.c...
compiling dir.c...
compiling file.c...
compiling misc.c...
compiling main.c...
compiling read.c...
compiling remake.c...
compiling rule.c...
compiling implicit.c...
compiling default.c...
compiling variable.c...
compiling expand.c...
compiling function.c...
compiling vpath.c...
compiling version.c...
compiling ar.c...
compiling arscan.c...
compiling signame.c...
compiling getopt.c...
compiling getopt1.c...
compiling glob/libglob.a...
gcc: ./glob/libglob.a: No such file or directory
gcc: no input files
_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to