[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make3.80 compilation failed
From: |
Pavel Pleva |
Subject: |
make3.80 compilation failed |
Date: |
Wed, 03 May 2006 16:39:34 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0 |
Hi there,
I've downloaded the newest gnumake sources. When installing on my
machine (Windows 2000 SP3, Intel Pentium 4, nmake 7.10.3077) I've got 13
unresolved externals error (see attached log for details).
This simple correction of NMakefile helped:
C:\tmp\make-3.80>diff NMakefile NMakefile.org
91d90
< $(OUTDIR)/hash.obj \
Thanks for your excellent work and have a nice day!
Pavel
C:\tmp\make-3.80>nmake /f NMakefile Release
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
nmake /f NMakefile LDFLAGS="w32\subproc\WinRel\subproc.lib /NOLOGO
/SUBSYSTEM:console /INCREMENTAL:no /MACHINE:I386 /OUT:WinRel/make.exe"
CFLAGS="/nologo /MT /W3 /GX /Zi /YX /I . /I glob /I w32/include /D WIN32 /D
WINDOWS32 /D _CONSOLE /D HAVE_CONFIG_H /O2 /D NDEBUG /FR.\WinRel/
/Fp.\WinRel/make.pch /Fo.\WinRel/" OUTDIR=WinRel WinRel/make.exe
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
link @C:\WINNT\TEMP\nm9F.tmp
variable.obj : error LNK2019: unresolved external symbol _hash_init referenced
in function _define_automatic_variables
dir.obj : error LNK2019: unresolved external symbol _hash_init referenced in
function _find_directory
file.obj : error LNK2019: unresolved external symbol _hash_init referenced in
function _snap_deps
function.obj : error LNK2019: unresolved external symbol _hash_init referenced
in function _func_sort
read.obj : error LNK2019: unresolved external symbol _hash_init referenced in
function _eval
dir.obj : error LNK2019: unresolved external symbol _hash_insert_at referenced
in function _find_directory
file.obj : error LNK2019: unresolved external symbol _hash_insert_at referenced
in function _remove_intermediates
read.obj : error LNK2019: unresolved external symbol _hash_insert_at referenced
in function _eval
variable.obj : error LNK2019: unresolved external symbol _hash_insert_at
referenced in function _define_automatic_variables
dir.obj : error LNK2001: unresolved external symbol _hash_deleted_item
file.obj : error LNK2019: unresolved external symbol _hash_deleted_item
referenced in function _rehash_file
read.obj : error LNK2019: unresolved external symbol _hash_deleted_item
referenced in function _eval
variable.obj : error LNK2019: unresolved external symbol _hash_deleted_item
referenced in function _define_automatic_variables
dir.obj : error LNK2019: unresolved external symbol _hash_find_slot referenced
in function _find_directory
file.obj : error LNK2019: unresolved external symbol _hash_find_slot referenced
in function _rehash_file
read.obj : error LNK2019: unresolved external symbol _hash_find_slot referenced
in function _eval
variable.obj : error LNK2019: unresolved external symbol _hash_find_slot
referenced in function _define_automatic_variables
dir.obj : error LNK2019: unresolved external symbol _hash_find_item referenced
in function _dir_contents_file_exists_p
file.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_find_item
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 in
function _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\nm
ake.exe"' : return code '0x2'
Stop.
C:\tmp\make-3.80>
- make3.80 compilation failed,
Pavel Pleva <=