Hi,
 
Im having problems in creating the make.exe file using the build_w32.bat file.
 
Im using VC++ sp5, MKS 8.0 on Windows NT sp6a
 
here is the output im getting.....see attached, could you please advise where im going wrong.
 
for you information im doing this to install Oracle 11i on NT, if you have a compiled version of gnumake thats all I need
 
Many Thanks
 
Stuart Beck
____________________________________________
Stuart Beck
Technical Services Engineer T +44 (0) 1932 584 000 DDI +44 (0) 1480 356 803 F +44 (0) 1480 356 810 M +44 (0) 7818 407 920 [EMAIL PROTECTED]
  cedar www.cedar.com
Cedar House | 78 Portsmouth Road
Cobham | Surrey | KT11 1HY UK
 

 
 
 


***********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. Any unauthorised distribution or copying is strictly
prohibited.

Whilst Cedar Enterprise Solutions Ltd takes steps to prevent the transmission of
viruses via e-mail, we can not guarantee that any email or
attachment is free from computer viruses and you are strongly
advised to undertake your own anti-virus precautions.

Cedar Enterprise Solutions Ltd grants no warranties regarding performance,
use or quality of any e-mail or attachment and undertakes no
liability for loss or damage, howsoever caused.
************************************************************************
C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /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 paramet
er lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(85) : warning C4113: 'unsigned long (__cdecl *)()' differs in paramet
er lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(85) : warning C4113: 'int (__cdecl *)()' differs in parameter lists f
rom 'int (__cdecl *)(const void *,const void *)'
variable.c(399) : warning C4113: 'unsigned long (__cdecl *)()' differs in parame
ter lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(399) : warning C4113: 'unsigned long (__cdecl *)()' differs in parame
ter 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 parame
ter lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(484) : warning C4113: 'unsigned long (__cdecl *)()' differs in parame
ter 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 parame
ter lists from 'unsigned long (__cdecl *)(const void *)'
variable.c(682) : warning C4113: 'unsigned long (__cdecl *)()' differs in parame
ter 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 list
s from 'void (__cdecl *)(const void *,void *)'

C:\gnumake\make-3.80>echo WinRel\variable.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c rule.c
rule.c
rule.c(131) : warning C4018: '>' : signed/unsigned mismatch

C:\gnumake\make-3.80>echo WinRel\rule.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c remote-stub.c
remote-stub.c

C:\gnumake\make-3.80>echo WinRel\remote-stub.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c commands.c
commands.c

C:\gnumake\make-3.80>echo WinRel\commands.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\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 fro
m '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:\gnumake\make-3.80>echo WinRel\file.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c getloadavg.c
getloadavg.c

C:\gnumake\make-3.80>echo WinRel\getloadavg.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c default.c
default.c

C:\gnumake\make-3.80>echo WinRel\default.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c signame.c
signame.c

C:\gnumake\make-3.80>echo WinRel\signame.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c expand.c
expand.c

C:\gnumake\make-3.80>echo WinRel\expand.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c dir.c
dir.c
dir.c(565) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter l
ists from 'unsigned long (__cdecl *)(const void *)'
dir.c(565) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter l
ists 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 l
ists from 'unsigned long (__cdecl *)(const void *)'
dir.c(870) : warning C4113: 'unsigned long (__cdecl *)()' differs in parameter l
ists 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 fr
om '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 fro
m '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 initi
alized
dir.c(281) : warning C4700: local variable 'hash' used without having been initi
alized

C:\gnumake\make-3.80>echo WinRel\dir.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\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 fro
m 'void (__cdecl *)(int )'
main.c(902) : warning C4113: 'void (__cdecl *)()' differs in parameter lists fro
m 'void (__cdecl *)(int )'
main.c(1806) : warning C4018: '<' : signed/unsigned mismatch
main.c(1889) : warning C4013: 'close' undefined; assuming extern returning int

C:\gnumake\make-3.80>echo WinRel\main.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c getopt1.c
getopt1.c

C:\gnumake\make-3.80>echo WinRel\getopt1.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c job.c
job.c
job.c(233) : warning C4022: 'process_kill' : pointer mismatch for actual paramet
er 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:\gnumake\make-3.80>echo WinRel\job.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\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 fro
m 'int (__cdecl *)(const void *,const void *)'

C:\gnumake\make-3.80>echo WinRel\read.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c version.c
version.c

C:\gnumake\make-3.80>echo WinRel\version.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c getopt.c
getopt.c

C:\gnumake\make-3.80>echo WinRel\getopt.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c arscan.c
arscan.c
arscan.c(734) : warning C4101: 'hdr' : unreferenced local variable

C:\gnumake\make-3.80>echo WinRel\arscan.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\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:\gnumake\make-3.80>echo WinRel\remake.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c misc.c
misc.c

C:\gnumake\make-3.80>echo WinRel\misc.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\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:\gnumake\make-3.80>echo WinRel\ar.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c function.c
function.c
function.c(1009) : warning C4113: 'unsigned long (__cdecl *)()' differs in param
eter lists from 'unsigned long (__cdecl *)(const void *)'
function.c(1009) : warning C4113: 'unsigned long (__cdecl *)()' differs in param
eter 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 param
eter lists from 'unsigned long (__cdecl *)(const void *)'
function.c(2072) : warning C4113: 'unsigned long (__cdecl *)()' differs in param
eter 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:\gnumake\make-3.80>echo WinRel\function.obj  1>>link.rel

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

C:\gnumake\make-3.80>echo WinRel\vpath.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c implicit.c
implicit.c

C:\gnumake\make-3.80>echo WinRel\implicit.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c  .\w32\compat\dirent.c
dirent.c

C:\gnumake\make-3.80>echo WinRel\dirent.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\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 exter
n 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:\gnumake\make-3.80>echo WinRel\glob.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c  .\glob\fnmatch.c
fnmatch.c
.\glob\fnmatch.c(484) : warning C4028: formal parameter 1 different from declara
tion
.\glob\fnmatch.c(484) : warning C4028: formal parameter 2 different from declara
tion

C:\gnumake\make-3.80>echo WinRel\fnmatch.obj  1>>link.rel

C:\gnumake\make-3.80>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I w32/incl
ude /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /F
p.\WinRel/gnumake.pch /Fo.\WinRel/ /c  .\w32\pathstuff.c
pathstuff.c

C:\gnumake\make-3.80>echo WinRel\pathstuff.obj  1>>link.rel

C:\gnumake\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"
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to