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


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

Reply via email to