Hi Paul,

After extracting the tarball to a directory, I issued the command
'nmake /f NMakefile' to start the compilation process.

I found this simple problem that prevents it from linking. It is
missing the hash.obj which causes undefined externals.

I have attached a patch below.

Sridhar

*** h:/Temp/NMakefile   Thu Jan 30 15:31:36 2003
--- h:/Temp/NMakefile.~1~       Thu Jan 30 15:31:36 2003
***************
*** 88,94 ****
        $(OUTDIR)/getloadavg.obj \
        $(OUTDIR)/getopt.obj \
        $(OUTDIR)/getopt1.obj \
-       $(OUTDIR)/hash.obj \
        $(OUTDIR)/implicit.obj \
        $(OUTDIR)/job.obj \
        $(OUTDIR)/main.obj \
--- 88,93 ----

-- 
Sridhar Boovaraghavan
[EMAIL PROTECTED]
http://www.geocities.com/sridhar_ml/



_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to