bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make-3.80, and prior using MS Windows 2000 Server SP2


From: Willie B.
Subject: make-3.80, and prior using MS Windows 2000 Server SP2
Date: Sat, 16 Nov 2002 01:57:28 -0500

Hi - Please send any replies to address@hidden

I will be using GNUMake with Oracle Applications on Windows 2000 for maintenance.
I should mention I have MS Visual C++ with SP5 and MKS Toolkit for Developers 8.1 installed in simple no space paths.

I had downloaded the latest version make-3.80, but had no success in building gnumake with build_w32.bat

nmake /f Nmakefile also did not do the trick. I found on some notes from a forum on Oracle's Metalink Support site
that this release was not working for them, while some prior releases were.

Surely, when I downloaded make-3.79.1 it was successful. I did have to follow an Oracle note to copy config.h.w32 as config.h first or it would fail the first run, but succeed the second.

I also tried make-3.78.1, and make-3.77, and they also seemed to work. So it looks like make-3.80 may have an issue here.

Some errors using nmake /f NMakefile are below.

I ran the tests on 3.79.1 against that executable and two failed:
features/parallelalism
options/dash-l
--------------------------- E R R O R S ------- B E L O W ----------------------------------------
        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:\Temp\nma01312.
variable.obj : error LNK2001: unresolved external symbol _hash_init
dir.obj : error LNK2001: unresolved external symbol _hash_init
file.obj : error LNK2001: unresolved external symbol _hash_init
function.obj : error LNK2001: unresolved external symbol _hash_init
read.obj : error LNK2001: unresolved external symbol _hash_init
dir.obj : error LNK2001: unresolved external symbol _hash_insert_at
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 LNK2001: unresolved external symbol _hash_find_slot
file.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_slot
dir.obj : error LNK2001: unresolved external symbol _hash_find_item
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 LNK2001: unresolved external symbol _hash_insert
function.obj : error LNK2001: unresolved external symbol _hash_insert
file.obj : error LNK2001: unresolved external symbol _hash_delete
variable.obj : error LNK2001: unresolved external symbol _hash_delete
file.obj : error LNK2001: unresolved external symbol _hash_dump
file.obj : error LNK2001: unresolved external symbol _hash_print_stats
variable.obj : error LNK2001: unresolved external symbol _hash_print_stats
file.obj : error LNK2001: unresolved external symbol _hash_map
variable.obj : error LNK2001: unresolved external symbol _hash_map
function.obj : error LNK2001: unresolved external symbol _hash_free
read.obj : error LNK2001: unresolved external symbol _hash_free
variable.obj : error LNK2001: unresolved external symbol _hash_free
function.obj : error LNK2001: unresolved external symbol _hash_load
variable.obj : error LNK2001: unresolved external symbol _hash_map_arg
WinRel/make.exe : fatal error LNK1120: 13 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
NMAKE : fatal error U1077: 'C:\OraTools\VC98\bin\NMAKE.EXE' : return code '0x2'
Stop.
C:\make-3.79.1>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]