Hello,

I am new to the whole compiling thing.  I invoke vcvars32.bat and am using the 
nmakefile or build_w32 file included in the directory.  everything seems to be 
going okay, albeit a few unsafe variable/mismatch stuff in the process.  At the 
end, however I get these few lines of error:

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

C:\GNU Make\make-3.80>echo off
"Linking WinRel/gnumake.exe"
function.obj : error LNK2001: unresolved external symbol _hash_init
variable.obj : error LNK2019: unresolved external symbol _hash_init referenced i
n function _init_hash_global_variable_set
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 LNK2019: unresolved external symbol _hash_insert_at referen
ced in function _define_variable_in_set
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 LNK2019: unresolved external symbol _hash_deleted_item refe
renced in function _define_variable_in_set
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 LNK2019: unresolved external symbol _hash_find_slot referen
ced in function _define_variable_in_set
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 LNK2019: unresolved external symbol _hash_find_item referen
ced in function _lookup_variable
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 LNK2019: unresolved external symbol _hash_free referenced i
n function _pop_variable_scope
read.obj : error LNK2001: unresolved external symbol _hash_free
function.obj : error LNK2001: unresolved external symbol _hash_free
variable.obj : error LNK2019: unresolved external symbol _hash_map referenced in
 function _pop_variable_scope
file.obj : error LNK2001: unresolved external symbol _hash_map
variable.obj : error LNK2019: unresolved external symbol _hash_delete referenced
 in function _target_environment
file.obj : error LNK2001: unresolved external symbol _hash_delete
variable.obj : error LNK2019: unresolved external symbol _hash_print_stats refer
enced in function _print_variable_set
file.obj : error LNK2001: unresolved external symbol _hash_print_stats
variable.obj : error LNK2019: unresolved external symbol _hash_map_arg reference
d in function _print_variable_set
file.obj : error LNK2019: unresolved external symbol _hash_dump referenced in fu
nction _snap_deps
dir.obj : error LNK2019: unresolved external symbol _hash_insert referenced in f
unction _file_impossible
function.obj : error LNK2001: unresolved external symbol _hash_insert
function.obj : error LNK2019: unresolved external symbol _hash_load referenced i
n function _hash_init_function_table
.\WinRel/gnumake.exe : fatal error LNK1120: 13 unresolved externals
"WinRel build failed"

Any ideas on what I should do? Thanks in advance for any help.


____________________

Joe Nannery 
 
(812)-841-5167 
 [EMAIL PROTECTED]
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to