bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Make 3.80 under Windows - compile problem


From: Sridhar Boovaraghavan
Subject: GNU Make 3.80 under Windows - compile problem
Date: Thu, 30 Jan 2003 15:37:57 -0600

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
address@hidden
http://www.geocities.com/sridhar_ml/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]