[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compiling make on win2k
From: |
Ben Meyer |
Subject: |
Compiling make on win2k |
Date: |
Wed, 19 Jun 2002 11:12:49 -0700 (PDT) |
I've been trying to compile make on Win2k with VC++
6.0 Standard Edition. However, I am getter a couple
errors.
1) It doesn't recognize the LOCALEDIR used in main.c
on the line:
/* Set up gettext/internationalization support. */
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
2) If I command out the bindtextdomain line above, so
that it doesn't error out there, then errors are
elsewhere but in linking. The output from that is
attached.
I believe I need to use make so that I can compile a
perl module that I need. Help would be greatly
appreciated.
Thanks in advance,
Benjamen R. Meyer
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
C:\temp\extract\make\make-3.79>set make=gnumake
C:\temp\extract\make\make-3.79>cd w32\subproc
C:\temp\extract\make\make-3.79\w32\subproc>echo "Creating the subproc library"
"Creating the subproc library"
C:\temp\extract\make\make-3.79\w32\subproc>C:\WINNT\system32\cmd.exe /c
build.bat
C:\temp\extract\make\make-3.79\w32\subproc>if not exist .\WinDebug\nul mkdir
.\WinDebug
C:\temp\extract\make\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
C:\temp\extract\make\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
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79\w32\subproc>lib.exe /NOLOGO
/OUT:.\WinDebug\subproc.lib .\WinDebug/misc.obj .\WinDebug/sub_proc.obj
.\WinDebug/w32err.obj
C:\temp\extract\make\make-3.79\w32\subproc>if not exist .\WinRel\nul mkdir
.\WinRel
C:\temp\extract\make\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
C:\temp\extract\make\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
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79\w32\subproc>lib.exe /NOLOGO
/OUT:.\WinRel\subproc.lib .\WinRel/misc.obj .\WinRel/sub_proc.obj
.\WinRel/w32err.obj
C:\temp\extract\make\make-3.79\w32\subproc>cd ..\..
C:\temp\extract\make\make-3.79>del link.dbg link.rel
C:\temp\extract\make\make-3.79>del config.h
C:\temp\extract\make\make-3.79>copy config.h.W32 config.h
1 file(s) copied.
C:\temp\extract\make\make-3.79>echo off
"Creating GNU make for Windows 95/NT"
C:\temp\extract\make\make-3.79>if not exist .\WinDebug\nul mkdir .\WinDebug
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\variable.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\rule.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\remote-stub.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\commands.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\file.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\getloadavg.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\default.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\signame.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\expand.obj 1>>link.dbg
C:\temp\extract\make\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 *)'
C:\temp\extract\make\make-3.79>echo WinDebug\dir.obj 1>>link.dbg
C:\temp\extract\make\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(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
C:\temp\extract\make\make-3.79>echo WinDebug\main.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\getopt1.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\job.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\read.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\version.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\getopt.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\arscan.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\remake.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\misc.obj 1>>link.dbg
C:\temp\extract\make\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 *)'
C:\temp\extract\make\make-3.79>echo WinDebug\ar.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\function.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\vpath.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\implicit.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\dirent.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\glob.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\fnmatch.obj 1>>link.dbg
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinDebug\pathstuff.obj 1>>link.dbg
C:\temp\extract\make\make-3.79>echo off
"Linking WinDebug/gnumake.exe"
subproc.lib(sub_proc.obj) : error LNK2001: unresolved external symbol
_debug_flag
.\WinDebug/gnumake.exe : fatal error LNK1120: 1 unresolved externals
"WinDebug build failed"
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\variable.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\rule.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\remote-stub.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\commands.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\file.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\getloadavg.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\default.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\signame.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\expand.obj 1>>link.rel
C:\temp\extract\make\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 *)'
C:\temp\extract\make\make-3.79>echo WinRel\dir.obj 1>>link.rel
C:\temp\extract\make\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(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
C:\temp\extract\make\make-3.79>echo WinRel\main.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\getopt1.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\job.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\read.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\version.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\getopt.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\arscan.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\remake.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\misc.obj 1>>link.rel
C:\temp\extract\make\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 *)'
C:\temp\extract\make\make-3.79>echo WinRel\ar.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\function.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\vpath.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\implicit.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\dirent.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\glob.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\fnmatch.obj 1>>link.rel
C:\temp\extract\make\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
C:\temp\extract\make\make-3.79>echo WinRel\pathstuff.obj 1>>link.rel
C:\temp\extract\make\make-3.79>echo off
"Linking WinRel/gnumake.exe"
subproc.lib(sub_proc.obj) : error LNK2001: unresolved external symbol
_debug_flag
.\WinRel/gnumake.exe : fatal error LNK1120: 1 unresolved externals
"WinRel build failed"
- Compiling make on win2k,
Ben Meyer <=