------- 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to