bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/6642] cygwin LD bails on an import file for VERSION.DLL


From: brian at dessent dot net
Subject: [Bug ld/6642] cygwin LD bails on an import file for VERSION.DLL
Date: 13 Jun 2008 04:07:01 -0000

------- Additional Comments From brian at dessent dot net  2008-06-13 04:06 
-------
Subject: Re:  New: cygwin LD bails on an import file for VERSION.DLL


VERSION is a reserved word, as it is a command that can be used to
specify a version in the exe header, see
<http://msdn.microsoft.com/en-us/library/t9cc0ax3.aspx>.

Reserved words must be quoted when used as arguments, according to
<http://msdn.microsoft.com/en-us/library/h41zhe21.aspx>:

> If a string argument matches a reserved word, it must be enclosed
> in double quotation marks (").

That would make the testcase invalid as written.  Does it work if you
use

LIBRARY "VERSION.dll"


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6642

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

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