------- 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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils