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

2008-06-12 Thread jafa at silicondust dot com
rmal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: jafa at silicondust dot com CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=6642 --- You are receiving this mail becau

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

2008-06-12 Thread jafa at silicondust dot com
--- Additional Comments From jafa at silicondust dot com 2008-06-13 03:39 --- Created an attachment (id=2776) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2776&action=view) sample .def file to demonstrate the problem -- http://sourceware.org/bugzilla/show_bug.cgi?

[Bug ld/6643] New: cygwin LD ignores DLL extension from import def file

2008-06-12 Thread jafa at silicondust dot com
Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: jafa at silicondust dot com CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=6643 --- You are receiving this mail because: --

[Bug ld/6643] cygwin LD ignores DLL extension from import def file

2008-06-12 Thread jafa at silicondust dot com
--- Additional Comments From jafa at silicondust dot com 2008-06-13 03:50 --- Created an attachment (id=2777) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2777&action=view) sample .def file to demonstrate the problem -- http://sourceware.org/bugzilla/show_bug.cgi?

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

2008-06-12 Thread jafa at silicondust dot com
--- Additional Comments From jafa at silicondust dot com 2008-06-13 04:16 --- Fantastic! It looks like all 4 places need to be quoted... the following file works: LIBRARY "VERSION.dll" IMPORTS VerQueryValueA = "VERSION".VerQueryValueA GetFileVer