bug-coreutils
[Top][All Lists]
Advanced

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

Re: error


From: Eric Blake
Subject: Re: error
Date: Tue, 19 Apr 2005 18:14:42 +0000

> Hi,
> I have this error:
> 
> "Compilador de optimización versión 13.00.9466 para .NET Framework de 
> Microsoft 
> (R) C/C++
> (C) Microsoft Corporation 1984-2001. Reservados todos los derechos.
> 
> AutoExcel.cpp
>         link  /nod:libcpmt.lib kernel32.lib mscoree.lib /out:AutoExcel.exe 
> AutoE
> xcel.obj
> link: extra operand `mscoree.lib'
> Try `link --help' for more information.
> NMAKE : error grave U1077: 'link' : c?digo devuelto '0x1'
> Stop.
>         cd .."
> 
> this is a mscoree.lib error or makefile bad instructions?

It looks like your PATH is picking up a different version of a file named 
link.exe (a POSIX-compliant link from coreutils - do you have something like 
cygwin or mingw installed?) than what your nmake file was expecting (a helper 
application with a poorly chosen name related to Microsoft's compiler, but when 
has POSIX naming conventions ever stopped Microsoft from making bad decisions). 
 I doubt the coreutils list can give you any more help than to suggest that you 
change your PATH environment variable so that nmake finds Microsoft's link like 
it was expecting.

--
Eric Blake






reply via email to

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