Dear sir
I have downloaded make-3.79 from GNU's ftp sit. I have MSVC 6.x and Windows NT 4.0. I run the build_w32.bat under DOS prompt. To do this, I first run VCVars32.bat under thse same DOS prompt window.
As you see in the odditional error.txt. Some problems happen. Thank you for your help.
                                                            LU. YEN-CHOU.

D:\TEMP\make-3.79>set make=gnumake 

D:\TEMP\make-3.79>cd w32\subproc 

D:\TEMP\make-3.79\w32\subproc>echo "Creating the subproc library" 
"Creating the subproc library"

D:\TEMP\make-3.79\w32\subproc>C:\WINNT\system32\cmd.exe /c build.bat 

D:\TEMP\make-3.79\w32\subproc>if not exist .\WinDebug\nul mkdir .\WinDebug 

D:\TEMP\make-3.79\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

D:\TEMP\make-3.79\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

D:\TEMP\make-3.79\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

D:\TEMP\make-3.79\w32\subproc>lib.exe /NOLOGO /OUT:.\WinDebug\subproc.lib  
.\WinDebug/misc.obj  .\WinDebug/sub_proc.obj  .\WinDebug/w32err.obj 

D:\TEMP\make-3.79\w32\subproc>if not exist .\WinRel\nul mkdir .\WinRel 

D:\TEMP\make-3.79\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

D:\TEMP\make-3.79\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

D:\TEMP\make-3.79\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

D:\TEMP\make-3.79\w32\subproc>lib.exe /NOLOGO /OUT:.\WinRel\subproc.lib  
.\WinRel/misc.obj  .\WinRel/sub_proc.obj  .\WinRel/w32err.obj 

D:\TEMP\make-3.79\w32\subproc>cd ..\.. 

D:\TEMP\make-3.79>del link.dbg link.rel 

D:\TEMP\make-3.79>del config.h 

D:\TEMP\make-3.79>copy config.h.W32 config.h 
copy         1 file(s)

D:\TEMP\make-3.79>echo off 
"Creating GNU make for Windows 95/NT"

D:\TEMP\make-3.79>if not exist .\WinDebug\nul mkdir .\WinDebug 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\variable.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\rule.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\remote-stub.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\commands.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\file.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\getloadavg.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\default.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\signame.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\expand.obj  1>>link.dbg 

D:\TEMP\make-3.79>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(1108) : warning C4113: 'void *(__cdecl *)()' differs in parameter lists from 
'void *(__cdecl *)(const char *)'
dir.c(1109) : warning C4113: 'struct dirent *(__cdecl *)()' differs in parameter lists 
from 'struct dirent *(__cdecl *)(void *)'
dir.c(1110) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(void *)'

D:\TEMP\make-3.79>echo WinDebug\dir.obj  1>>link.dbg 

D:\TEMP\make-3.79>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(738) : warning C4101: 'fd' : unreferenced local variable
main.c(819) : error C2065: 'LOCALEDIR' : undeclared identifier
main.c(853) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(int )'
main.c(854) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(int )'
main.c(1560) : warning C4308: negative integral constant converted to unsigned type
main.c(1560) : warning C4308: negative integral constant converted to unsigned type
main.c(1731) : warning C4018: '<' : signed/unsigned mismatch
main.c(1813) : warning C4013: 'close' undefined; assuming extern returning int

D:\TEMP\make-3.79>echo WinDebug\main.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\getopt1.obj  1>>link.dbg 

D:\TEMP\make-3.79>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(263) : warning C4013: 'strsignal' undefined; assuming extern returning int
job.c(632) : 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(1252) : warning C4102: 'error' : unreferenced label

D:\TEMP\make-3.79>echo WinDebug\job.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\read.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\version.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\getopt.obj  1>>link.dbg 

D:\TEMP\make-3.79>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(712) : warning C4101: 'hdr' : unreferenced local variable

D:\TEMP\make-3.79>echo WinDebug\arscan.obj  1>>link.dbg 

D:\TEMP\make-3.79>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(753) : warning C4308: negative integral constant converted to unsigned type
remake.c(753) : warning C4308: negative integral constant converted to unsigned type
remake.c(1335) : warning C4018: '<' : signed/unsigned mismatch

D:\TEMP\make-3.79>echo WinDebug\remake.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\misc.obj  1>>link.dbg 

D:\TEMP\make-3.79>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(313) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'

D:\TEMP\make-3.79>echo WinDebug\ar.obj  1>>link.dbg 

D:\TEMP\make-3.79>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(167) : warning C4018: '<' : signed/unsigned mismatch
function.c(1049) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
function.c(1441) : warning C4018: '==' : signed/unsigned mismatch

D:\TEMP\make-3.79>echo WinDebug\function.obj  1>>link.dbg 

D:\TEMP\make-3.79>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(325) : warning C4018: '<=' : signed/unsigned mismatch

D:\TEMP\make-3.79>echo WinDebug\vpath.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\implicit.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\dirent.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\glob.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\fnmatch.obj  1>>link.dbg 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinDebug\pathstuff.obj  1>>link.dbg 

D:\TEMP\make-3.79>echo off 
"Linking WinDebug/gnumake.exe"
LINK : fatal error LNK1104: cannot open file "WinDebug\main.obj"
"WinDebug build failed"

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\variable.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\rule.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\remote-stub.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\commands.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\file.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\getloadavg.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\default.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\signame.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\expand.obj  1>>link.rel 

D:\TEMP\make-3.79>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(1108) : warning C4113: 'void *(__cdecl *)()' differs in parameter lists from 
'void *(__cdecl *)(const char *)'
dir.c(1109) : warning C4113: 'struct dirent *(__cdecl *)()' differs in parameter lists 
from 'struct dirent *(__cdecl *)(void *)'
dir.c(1110) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(void *)'

D:\TEMP\make-3.79>echo WinRel\dir.obj  1>>link.rel 

D:\TEMP\make-3.79>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(738) : warning C4101: 'fd' : unreferenced local variable
main.c(819) : error C2065: 'LOCALEDIR' : undeclared identifier
main.c(853) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(int )'
main.c(854) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 
'void (__cdecl *)(int )'
main.c(1560) : warning C4308: negative integral constant converted to unsigned type
main.c(1560) : warning C4308: negative integral constant converted to unsigned type
main.c(1731) : warning C4018: '<' : signed/unsigned mismatch
main.c(1813) : warning C4013: 'close' undefined; assuming extern returning int

D:\TEMP\make-3.79>echo WinRel\main.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\getopt1.obj  1>>link.rel 

D:\TEMP\make-3.79>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(263) : warning C4013: 'strsignal' undefined; assuming extern returning int
job.c(632) : 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(1252) : warning C4102: 'error' : unreferenced label

D:\TEMP\make-3.79>echo WinRel\job.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\read.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\version.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\getopt.obj  1>>link.rel 

D:\TEMP\make-3.79>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(712) : warning C4101: 'hdr' : unreferenced local variable

D:\TEMP\make-3.79>echo WinRel\arscan.obj  1>>link.rel 

D:\TEMP\make-3.79>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(753) : warning C4308: negative integral constant converted to unsigned type
remake.c(753) : warning C4308: negative integral constant converted to unsigned type
remake.c(1335) : warning C4018: '<' : signed/unsigned mismatch

D:\TEMP\make-3.79>echo WinRel\remake.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\misc.obj  1>>link.rel 

D:\TEMP\make-3.79>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(313) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int 
(__cdecl *)(const void *,const void *)'

D:\TEMP\make-3.79>echo WinRel\ar.obj  1>>link.rel 

D:\TEMP\make-3.79>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(167) : warning C4018: '<' : signed/unsigned mismatch
function.c(1049) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
function.c(1441) : warning C4018: '==' : signed/unsigned mismatch

D:\TEMP\make-3.79>echo WinRel\function.obj  1>>link.rel 

D:\TEMP\make-3.79>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(325) : warning C4018: '<=' : signed/unsigned mismatch

D:\TEMP\make-3.79>echo WinRel\vpath.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\implicit.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\dirent.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\glob.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\fnmatch.obj  1>>link.rel 

D:\TEMP\make-3.79>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

D:\TEMP\make-3.79>echo WinRel\pathstuff.obj  1>>link.rel 

D:\TEMP\make-3.79>echo off 
"Linking WinRel/gnumake.exe"
LINK : fatal error LNK1181: cannot open input file "WinRel\main.obj"
"WinRel build failed"

Reply via email to