bugmake - Bugs: bug #14628, hash.obj is missed in NMakefile.

 
 

bug #14628: hash.obj is missed in NMakefile.

Submitted by:  None
Submitted on:  Fri 23 Sep 2005 09:40:24 PM UTC  
 
Severity: 3 - NormalItem Group: Build/Install
Status: DuplicatePrivacy: Public
Assigned to: NoneOpen/Closed: Closed
Component Version: 3.80Operating System: MS Windows
Fixed Release: NoneTriage Status: None

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Mon 26 Sep 2005 05:20:17 AM UTC, comment #1:

This is a duplicate of bug #1687

Paul D. Smith <psmith>
Project Administrator
Fri 23 Sep 2005 09:40:24 PM UTC, original submission:

Hi, I tried to build make 3.80 on MS Win. nmake terminated with the following error:

...> nmake /f NMakefile
...
link @C:\DOCUME~1\lnezhdan\LOCALS~1\Temp\2\nma01900.
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
...
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:\PROGRA~1\MICROS~1\VC98\BIN\NMAKE.EXE' : return code '0x2'
Stop.

The reason for these errors in hash.obj file missed in NMakefile. I added this file:

OBJS = \
...
$(OUTDIR)/dirent.obj \
$(OUTDIR)/pathstuff.obj \
$(OUTDIR)/hash.obj

and make.exe was built successfully. (However, I did not used it yet.)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 2 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Mon 26 Sep 2005 05:20:14 AM UTCpsmithOpen/ClosedOpen=>Closed
Mon 26 Sep 2005 05:20:13 AM UTCpsmithStatusNone=>Duplicate

Back to the top


Powered by Savane 3.1-cleanup1