bug-make
[Top][All Lists]
Advanced

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

trouble building make-3.80


From: Robert Bassett
Subject: trouble building make-3.80
Date: Mon, 5 Jan 2004 14:21:36 -0500

Hi,

I'm running Windows Server 2003.
I have Microsoft Visual Studio 6.0 with SP5.
I downloaded make-3.80 from www.fsf.org.
I have gunzip and tar from http://gnuwin32.sourceforge.net/.
I ran this sequence at a Windows cmd.exe command prompt:

 cd e:\scratch
 gunzip -c make-3.80.tar | tar -x
 cd e:\scratch\make-3.80
 "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
 nmake /f Nmakefile

This didn't quite work, the linker gave me errors about unresolved
references to hash_ routines in many .obj files.  I think that the OBJS
macro mistakenly omitted hash.obj.  This diff to Nmakefile seemed to do
the trick:

90a91
>       $(OUTDIR)/hash.obj \

Thanks,
Robert




reply via email to

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