[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MS linker
From: |
Vardhan Varma |
Subject: |
Re: MS linker |
Date: |
Wed, 01 Aug 2001 09:40:48 +0530 |
Pure guess:
may be link.exe needs env variable 'LIB' to be set,
which is being clobberred by your makefile.
--Vardhan
At 02:45 AM 01-08-01, Kayhan Duman wrote:
Hi,
I have a simple problem with MS linker.
I am trying to invoke the link.exe inside my make file and I get the error
saying linker can not found link.obj, which makes me believe there is a
problem with paths.. But when I type the exact command on the command
line, it links without a problem.. So, gnumake does not pass the right
parameters to the shell for link op.
here is my make file..
.
..
$(LINK) -out:myApp.exe -incremental:no c:/dev/objects/main.o
LINK is defined as link.exe and MS linker gives the following error message
LNK1181 file not found..
and gnu_make gives Error 0x49d
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
_______________________________________________
Help-make mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/help-make
--
Vardhan Varma <address@hidden> ... till Yahoo is free
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: MS linker,
Vardhan Varma <=