[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Help building make-3.80 with MKS Toolkit support
From: |
Gili |
Subject: |
Help building make-3.80 with MKS Toolkit support |
Date: |
Mon, 12 Jul 2004 01:10:28 -0400 |
Hi,
I downloaded the make-3.80 sources, edited config.h.W32 line 385 from:
#undef HAVE_MKS_SHELL
to
#define HAVE_MKS_SHELL
then went into the base directory and ran:
VCVARS32.bat
nmake -f NMakefile
Some files got built, but the final exectuable linking died with the
following errors:
cl /nologo /MT /W3 /GX /Zi /YX /I . /I glob /I w32/include /D WIN32 /D W
INDOWS32 /D _CONSOLE /D HAVE_CONFIG_H /O2 /D NDEBUG /FR.\WinRel/ /Fp.\WinRel/mak
e.pch /Fo.\WinRel/ /c w32/pathstuff.c
pathstuff.c
link @C:\DOCUME~1\Gili\LOCALS~1\Temp\nm25C.tmp
dir.obj : error LNK2019: unresolved external symbol _hash_insert_at referenced
in function
_dir_contents_file_exists_p
file.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_insert_at
dir.obj : error LNK2001: unresolved external symbol _hash_deleted_item
file.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_deleted_item
dir.obj : error LNK2019: unresolved external symbol _hash_find_slot referenced
in function
_dir_contents_file_exists_p
file.obj : error LNK2019: unresolved external symbol _hash_find_slot
referencedin function _remove_intermediates
read.obj : error LNK2001: unresolved external symbol _hash_find_slot
variable.obj : error LNK2001: unresolved external symbol _hash_find_slot
dir.obj : error LNK2019: unresolved external symbol _hash_find_item referenced
in function
_dir_contents_file_exists_p
file.obj : error LNK2019: unresolved external symbol _hash_find_item
referencedin function _remove_intermediates
function.obj : error LNK2001: unresolved external symbol _hash_find_item
variable.obj : error LNK2001: unresolved external symbol _hash_find_item
variable.obj : error LNK2001: unresolved external symbol _hash_init
dir.obj : error LNK2019: unresolved external symbol _hash_init referenced in fun
ction _hash_init_directories
file.obj : error LNK2001: unresolved external symbol _hash_init
function.obj : error LNK2001: unresolved external symbol _hash_init
read.obj : error LNK2019: unresolved external symbol _hash_init referenced in
function _get_next_mword
dir.obj : error LNK2019: unresolved external symbol _hash_insert referenced in
function _file_impossible
function.obj : error LNK2001: unresolved external symbol _hash_insert
file.obj : error LNK2019: unresolved external symbol _hash_delete referenced
infunction _rehash_file
variable.obj : error LNK2001: unresolved external symbol _hash_delete
file.obj : error LNK2019: unresolved external symbol _hash_dump referenced in
function _snap_deps
file.obj : error LNK2019: unresolved external symbol _hash_print_stats
referenced in function _print_file_data_base
variable.obj : error LNK2001: unresolved external symbol _hash_print_stats
file.obj : error LNK2019: unresolved external symbol _hash_map referenced in
function _print_file_data_base
variable.obj : error LNK2001: unresolved external symbol _hash_map
function.obj : error LNK2019: unresolved external symbol _hash_free referenced
in function _func_filter_filterout
read.obj : error LNK2001: unresolved external symbol _hash_free
variable.obj : error LNK2001: unresolved external symbol _hash_free
function.obj : error LNK2019: unresolved external symbol _hash_load referenced
in function
_hash_init_function_table
variable.obj : error LNK2019: unresolved external symbol _hash_map_arg
referenced in function _print_variable_set
WinRel/make.exe : fatal error LNK1120: 13 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio .NET 2003\
VC7\BIN\nmake.exe"' : return code '0x2'
Stop.
I have followed the documentation to the letter but I can't figure out
how to get this to work. Please help
me fix these errors.
Thanks,
Gili
- Help building make-3.80 with MKS Toolkit support,
Gili <=