[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/5305] ld does not alias with .lib files
From: |
dannysmith at users dot sourceforge dot net |
Subject: |
[Bug ld/5305] ld does not alias with .lib files |
Date: |
10 Nov 2007 03:34:35 -0000 |
------- Additional Comments From dannysmith at users dot sourceforge dot net
2007-11-10 03:34 -------
I believe the problem is that in the old version of ld you are using the *.lib
name was not recognized as a dynamic lib so ld used direct linking to foo.dll in
preference to linking against the "static" foo.lib This is fixed in recent
binutils (2.18). Can you try that?
As a work-around you could try renaming the LIB.EXE generated foo.lib to
libfoo.a
Danny
--
http://sourceware.org/bugzilla/show_bug.cgi?id=5305
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.