Hello,

Just tried to build win32 version of make-3.80.  I had some problems with
that though:

1. The build_w32.bat has a typo, + before the first if.  This should not be
there.
2. In the "NMakefile" $(MAKE) is used, which is in my environment to be set
to gmake.exe, perhaps this NMakefile should use something like:
NMAKE=nmake.exe     Then use $(NMAKE) to avoid other make conflicts in the
NMakefile in the archive.
3. This version of GNU make would not build, using MSVC6, or MSVC .Net C
compiler, the batch file, or the "nmake NMakefile" methods.

Attached is a log, does anyone have any ideas what could be the problem? I
did this in cmd.exe, setting the appropriate environment variables before
trying, using vcvars32.bat etc.


Best regards

J. Grant



C:\Documents and Settings\jgrant\Desktop\make-3.80>set make=gnumake 

C:\Documents and Settings\jgrant\Desktop\make-3.80>if not exist config.h copy 
config.h.W32 config.h 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cd w32\subproc 

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>echo "Creating the 
subproc library" 
"Creating the subproc library"

C:\Documents and 
Settings\jgrant\Desktop\make-3.80\w32\subproc>C:\WINNT\system32\cmd.exe /c build.bat 

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>if not exist 
.\WinDebug\nul mkdir .\WinDebug 

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>cl.exe /nologo /MT /W3 
/GX /Z7 /YX /Od /I .. /I . /I ../include /D WIN32 /D WINDOWS32 /D _DEBUG /D _WINDOWS 
/FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c misc.c 
misc.c

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>cl.exe /nologo /MT /W3 
/GX /Z7 /YX /Od /I .. /I . /I ../include /I ../.. /D WIN32 /D WINDOWS32 /D _DEBUG /D 
_WINDOWS /FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c sub_proc.c 
sub_proc.c

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>cl.exe /nologo /MT /W3 
/GX /Z7 /YX /Od /I .. /I . /I ../include /D WIN32 /D WINDOWS32 /D _DEBUG /D _WINDOWS 
/FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c w32err.c 
w32err.c

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>lib.exe /NOLOGO 
/OUT:.\WinDebug\subproc.lib  .\WinDebug/misc.obj  .\WinDebug/sub_proc.obj  
.\WinDebug/w32err.obj 

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>if not exist 
.\WinRel\nul mkdir .\WinRel 

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>cl.exe /nologo /MT /W3 
/GX /YX /O2 /I ../include /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\WinRel/ 
/Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c misc.c 
misc.c

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>cl.exe /nologo /MT /W3 
/GX /YX /O2 /I ../include /I ../.. /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS 
/FR.\WinRel/ /Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c sub_proc.c 
sub_proc.c

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>cl.exe /nologo /MT /W3 
/GX /YX /O2 /I ../include /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\WinRel/ 
/Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c w32err.c 
w32err.c

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>lib.exe /NOLOGO 
/OUT:.\WinRel\subproc.lib  .\WinRel/misc.obj  .\WinRel/sub_proc.obj  
.\WinRel/w32err.obj 

C:\Documents and Settings\jgrant\Desktop\make-3.80\w32\subproc>cd ..\.. 

C:\Documents and Settings\jgrant\Desktop\make-3.80>del link.dbg link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>del config.h 

C:\Documents and Settings\jgrant\Desktop\make-3.80>copy config.h.W32 config.h 
        1 file(s) copied.

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo off 
"Creating GNU make for Windows 95/NT"

C:\Documents and Settings\jgrant\Desktop\make-3.80>if not exist .\WinDebug\nul mkdir 
.\WinDebug 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE 
/D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c variable.c 
variable.c
variable.c(85) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(85) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(85) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
variable.c(399) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(399) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(399) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
variable.c(470) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(const void *)'
variable.c(484) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(484) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(484) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
variable.c(682) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(682) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(682) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
variable.c(1209) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(const void *,void *)'

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\variable.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c rule.c 
rule.c
rule.c(131) : warning C4018: '>' : signed/unsigned mismatch

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\rule.obj  1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c remote-stub.c 
remote-stub.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\remote-stub.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c commands.c 
commands.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\commands.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c file.c 
file.c
file.c(552) : warning C4307: '+' : integral constant overflow
file.c(553) : warning C4307: '+' : integral constant overflow
file.c(556) : warning C4307: '+' : integral constant overflow
file.c(609) : warning C4102: 'got_time' : unreferenced label
file.c(766) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(const void *)'
file.c(824) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
file.c(824) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
file.c(824) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\file.obj  1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c getloadavg.c 
getloadavg.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\getloadavg.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c default.c 
default.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\default.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c signame.c 
signame.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\signame.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c expand.c 
expand.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\expand.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c dir.c 
dir.c
dir.c(565) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(565) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(565) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'
dir.c(870) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(870) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(870) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'
dir.c(1197) : warning C4113: 'void *(__cdecl *)()' differs in parameter lists from 
'void *(__cdecl *)(const char *)'
dir.c(1198) : warning C4113: 'struct dirent *(__cdecl *)()' differs in parameter lists 
from 'struct dirent *(__cdecl *)(void *)'
dir.c(1199) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(void *)'
dir.c(1209) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(1209) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(1209) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'
dir.c(1211) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(1211) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(1211) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\dir.obj  1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c main.c 
main.c
main.c(793) : warning C4101: 'fd' : unreferenced local variable
main.c(901) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(int )'
main.c(902) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(int )'
main.c(1806) : warning C4018: '<' : signed/unsigned mismatch
main.c(1889) : warning C4013: 'close' undefined; assuming extern returning int

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\main.obj  1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c getopt1.c 
getopt1.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\getopt1.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c job.c 
job.c
job.c(233) : warning C4022: 'process_kill' : pointer mismatch for actual parameter 1
job.c(624) : warning C4018: '==' : signed/unsigned mismatch
job.c(502) : warning C4102: 'remote_status_lose' : unreferenced label
job.c(421) : warning C4101: 'status' : unreferenced local variable
job.c(1276) : warning C4102: 'error' : unreferenced label

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\job.obj  1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c read.c 
read.c
read.c(542) : warning C4018: '<' : signed/unsigned mismatch
read.c(1594) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
read.c(1594) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
read.c(1594) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\read.obj  1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c version.c 
version.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\version.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c getopt.c 
getopt.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\getopt.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c arscan.c 
arscan.c
arscan.c(734) : warning C4101: 'hdr' : unreferenced local variable

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\arscan.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c remake.c 
remake.c
remake.c(400) : warning C4307: '+' : integral constant overflow
remake.c(1399) : warning C4018: '<' : signed/unsigned mismatch

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\remake.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c misc.c 
misc.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\misc.obj  1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c ar.c 
ar.c
ar.c(319) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\ar.obj  1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c function.c 
function.c
function.c(1009) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
function.c(1009) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
function.c(1009) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
function.c(1176) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
function.c(1603) : warning C4018: '==' : signed/unsigned mismatch
function.c(2072) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
function.c(2072) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
function.c(2073) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\function.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c vpath.c 
vpath.c
vpath.c(326) : warning C4018: '<=' : signed/unsigned mismatch

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\vpath.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c implicit.c 
implicit.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\implicit.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c  .\w32\compat\dirent.c 
dirent.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\dirent.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c  .\glob\glob.c 
glob.c
.\glob\glob.c(500) : warning C4018: '!=' : signed/unsigned mismatch
.\glob\glob.c(570) : warning C4013: '__glob_pattern_p' undefined; assuming extern 
returning int
.\glob\glob.c(871) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(922) : warning C4018: '==' : signed/unsigned mismatch
.\glob\glob.c(949) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1011) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1029) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1052) : warning C4018: '>' : signed/unsigned mismatch
.\glob\glob.c(1072) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1335) : warning C4090: 'function' : different 'const' qualifiers
.\glob\glob.c(1335) : warning C4024: 'fnmatch' : different types for formal and actual 
parameter 1
.\glob\glob.c(1335) : warning C4090: 'function' : different 'const' qualifiers
.\glob\glob.c(1335) : warning C4024: 'fnmatch' : different types for formal and actual 
parameter 2

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\glob.obj  1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c  .\glob\fnmatch.c 
fnmatch.c
.\glob\fnmatch.c(484) : warning C4028: formal parameter 1 different from declaration
.\glob\fnmatch.c(484) : warning C4028: formal parameter 2 different from declaration

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\fnmatch.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /Zi /YX 
/Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ 
/Fd.\WinDebug/gnumake.pdb /c  .\w32\pathstuff.c 
pathstuff.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinDebug\pathstuff.obj  
1>>link.dbg 

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo off 
"Linking WinDebug/gnumake.exe"
function.obj : error LNK2001: unresolved external symbol _hash_init
variable.obj : error LNK2001: unresolved external symbol _hash_init
file.obj : error LNK2001: unresolved external symbol _hash_init
dir.obj : error LNK2001: unresolved external symbol _hash_init
read.obj : error LNK2001: unresolved external symbol _hash_init
variable.obj : error LNK2001: unresolved external symbol _hash_insert_at
file.obj : error LNK2001: unresolved external symbol _hash_insert_at
dir.obj : error LNK2001: unresolved external symbol _hash_insert_at
read.obj : error LNK2001: unresolved external symbol _hash_insert_at
variable.obj : error LNK2001: unresolved external symbol _hash_deleted_item
file.obj : error LNK2001: unresolved external symbol _hash_deleted_item
dir.obj : error LNK2001: unresolved external symbol _hash_deleted_item
read.obj : error LNK2001: unresolved external symbol _hash_deleted_item
variable.obj : error LNK2001: unresolved external symbol _hash_find_slot
file.obj : error LNK2001: unresolved external symbol _hash_find_slot
dir.obj : error LNK2001: unresolved external symbol _hash_find_slot
read.obj : error LNK2001: unresolved external symbol _hash_find_slot
variable.obj : error LNK2001: unresolved external symbol _hash_find_item
file.obj : error LNK2001: unresolved external symbol _hash_find_item
dir.obj : error LNK2001: unresolved external symbol _hash_find_item
function.obj : error LNK2001: unresolved external symbol _hash_find_item
variable.obj : error LNK2001: unresolved external symbol _hash_free
read.obj : error LNK2001: unresolved external symbol _hash_free
function.obj : error LNK2001: unresolved external symbol _hash_free
variable.obj : error LNK2001: unresolved external symbol _hash_map
file.obj : error LNK2001: unresolved external symbol _hash_map
variable.obj : error LNK2001: unresolved external symbol _hash_delete
file.obj : error LNK2001: unresolved external symbol _hash_delete
variable.obj : error LNK2001: unresolved external symbol _hash_print_stats
file.obj : error LNK2001: unresolved external symbol _hash_print_stats
variable.obj : error LNK2001: unresolved external symbol _hash_map_arg
file.obj : error LNK2001: unresolved external symbol _hash_dump
dir.obj : error LNK2001: unresolved external symbol _hash_insert
function.obj : error LNK2001: unresolved external symbol _hash_insert
function.obj : error LNK2001: unresolved external symbol _hash_load
.\WinDebug/gnumake.exe : fatal error LNK1120: 13 unresolved externals
"WinDebug build failed"

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /D TIVOLI /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c 
variable.c 
variable.c
variable.c(85) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(85) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(85) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
variable.c(399) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(399) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(399) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
variable.c(470) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(const void *)'
variable.c(484) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(484) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(484) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
variable.c(682) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(682) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(682) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
variable.c(1209) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(const void *,void *)'

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\variable.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c rule.c 
rule.c
rule.c(131) : warning C4018: '>' : signed/unsigned mismatch

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\rule.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c remote-stub.c 
remote-stub.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\remote-stub.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c commands.c 
commands.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\commands.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c file.c 
file.c
file.c(552) : warning C4307: '+' : integral constant overflow
file.c(553) : warning C4307: '+' : integral constant overflow
file.c(556) : warning C4307: '+' : integral constant overflow
file.c(609) : warning C4102: 'got_time' : unreferenced label
file.c(766) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(const void *)'
file.c(824) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
file.c(824) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
file.c(824) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\file.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c getloadavg.c 
getloadavg.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\getloadavg.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c default.c 
default.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\default.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c signame.c 
signame.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\signame.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c expand.c 
expand.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\expand.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c dir.c 
dir.c
dir.c(565) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(565) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(565) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'
dir.c(870) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(870) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(870) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'
dir.c(1197) : warning C4113: 'void *(__cdecl *)()' differs in parameter lists from 
'void *(__cdecl *)(const char *)'
dir.c(1198) : warning C4113: 'struct dirent *(__cdecl *)()' differs in parameter lists 
from 'struct dirent *(__cdecl *)(void *)'
dir.c(1199) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(void *)'
dir.c(1209) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(1209) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(1209) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'
dir.c(1211) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(1211) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
dir.c(1211) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'
dir.c(258) : warning C4700: local variable 'hash' used without having been initialized
dir.c(281) : warning C4700: local variable 'hash' used without having been initialized

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\dir.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c main.c 
main.c
main.c(793) : warning C4101: 'fd' : unreferenced local variable
main.c(901) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(int )'
main.c(902) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(int )'
main.c(1806) : warning C4018: '<' : signed/unsigned mismatch
main.c(1889) : warning C4013: 'close' undefined; assuming extern returning int

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\main.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c getopt1.c 
getopt1.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\getopt1.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c job.c 
job.c
job.c(233) : warning C4022: 'process_kill' : pointer mismatch for actual parameter 1
job.c(624) : warning C4018: '==' : signed/unsigned mismatch
job.c(502) : warning C4102: 'remote_status_lose' : unreferenced label
job.c(421) : warning C4101: 'status' : unreferenced local variable
job.c(1276) : warning C4102: 'error' : unreferenced label

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\job.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c read.c 
read.c
read.c(542) : warning C4018: '<' : signed/unsigned mismatch
read.c(1594) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
read.c(1594) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter lists 
from 'unsigned long (__cdecl *)(const void *)'
read.c(1594) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\read.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c version.c 
version.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\version.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c getopt.c 
getopt.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\getopt.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c arscan.c 
arscan.c
arscan.c(734) : warning C4101: 'hdr' : unreferenced local variable

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\arscan.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c remake.c 
remake.c
remake.c(400) : warning C4307: '+' : integral constant overflow
remake.c(1399) : warning C4018: '<' : signed/unsigned mismatch

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\remake.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c misc.c 
misc.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\misc.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c ar.c 
ar.c
ar.c(319) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\ar.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c function.c 
function.c
function.c(1009) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
function.c(1009) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
function.c(1009) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
function.c(1176) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
function.c(1603) : warning C4018: '==' : signed/unsigned mismatch
function.c(2072) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
function.c(2072) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter 
lists from 'unsigned long (__cdecl *)(const void *)'
function.c(2073) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\function.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c vpath.c 
vpath.c
vpath.c(326) : warning C4018: '<=' : signed/unsigned mismatch

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\vpath.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c implicit.c 
implicit.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\implicit.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c  
.\w32\compat\dirent.c 
dirent.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\dirent.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c  .\glob\glob.c 
glob.c
.\glob\glob.c(500) : warning C4018: '!=' : signed/unsigned mismatch
.\glob\glob.c(570) : warning C4013: '__glob_pattern_p' undefined; assuming extern 
returning int
.\glob\glob.c(871) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(922) : warning C4018: '==' : signed/unsigned mismatch
.\glob\glob.c(949) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1011) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1029) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1052) : warning C4018: '>' : signed/unsigned mismatch
.\glob\glob.c(1072) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1335) : warning C4090: 'function' : different 'const' qualifiers
.\glob\glob.c(1335) : warning C4024: 'fnmatch' : different types for formal and actual 
parameter 1
.\glob\glob.c(1335) : warning C4090: 'function' : different 'const' qualifiers
.\glob\glob.c(1335) : warning C4024: 'fnmatch' : different types for formal and actual 
parameter 2

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\glob.obj  1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c  .\glob\fnmatch.c 
fnmatch.c
.\glob\fnmatch.c(484) : warning C4028: formal parameter 1 different from declaration
.\glob\fnmatch.c(484) : warning C4028: formal parameter 2 different from declaration

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\fnmatch.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 
/I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D 
HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c  .\w32\pathstuff.c 
pathstuff.c

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo WinRel\pathstuff.obj  
1>>link.rel 

C:\Documents and Settings\jgrant\Desktop\make-3.80>echo off 
"Linking WinRel/gnumake.exe"
function.obj : error LNK2001: unresolved external symbol _hash_init
variable.obj : error LNK2001: unresolved external symbol _hash_init
file.obj : error LNK2001: unresolved external symbol _hash_init
dir.obj : error LNK2001: unresolved external symbol _hash_init
read.obj : error LNK2001: unresolved external symbol _hash_init
variable.obj : error LNK2001: unresolved external symbol _hash_insert_at
file.obj : error LNK2001: unresolved external symbol _hash_insert_at
dir.obj : error LNK2001: unresolved external symbol _hash_insert_at
read.obj : error LNK2001: unresolved external symbol _hash_insert_at
variable.obj : error LNK2001: unresolved external symbol _hash_deleted_item
file.obj : error LNK2001: unresolved external symbol _hash_deleted_item
dir.obj : error LNK2001: unresolved external symbol _hash_deleted_item
read.obj : error LNK2001: unresolved external symbol _hash_deleted_item
variable.obj : error LNK2001: unresolved external symbol _hash_find_slot
file.obj : error LNK2001: unresolved external symbol _hash_find_slot
dir.obj : error LNK2001: unresolved external symbol _hash_find_slot
read.obj : error LNK2001: unresolved external symbol _hash_find_slot
variable.obj : error LNK2001: unresolved external symbol _hash_find_item
file.obj : error LNK2001: unresolved external symbol _hash_find_item
dir.obj : error LNK2001: unresolved external symbol _hash_find_item
function.obj : error LNK2001: unresolved external symbol _hash_find_item
variable.obj : error LNK2001: unresolved external symbol _hash_free
read.obj : error LNK2001: unresolved external symbol _hash_free
function.obj : error LNK2001: unresolved external symbol _hash_free
variable.obj : error LNK2001: unresolved external symbol _hash_map
file.obj : error LNK2001: unresolved external symbol _hash_map
variable.obj : error LNK2001: unresolved external symbol _hash_delete
file.obj : error LNK2001: unresolved external symbol _hash_delete
variable.obj : error LNK2001: unresolved external symbol _hash_print_stats
file.obj : error LNK2001: unresolved external symbol _hash_print_stats
variable.obj : error LNK2001: unresolved external symbol _hash_map_arg
file.obj : error LNK2001: unresolved external symbol _hash_dump
dir.obj : error LNK2001: unresolved external symbol _hash_insert
function.obj : error LNK2001: unresolved external symbol _hash_insert
function.obj : error LNK2001: unresolved external symbol _hash_load
.\WinRel/gnumake.exe : fatal error LNK1120: 13 unresolved externals
"WinRel build failed"
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to