------- Comment #12 from andry at inbox dot ru 2008-07-24 21:14 ------- I have the same issue on i686-pc-mingw32. It is slightly different issue, is about: "ld: no such file or directory". I take a look in to generated Makefile and found this: "LD = c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe" This is of cause incorrect and should be fixed to: "LD = c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw/bin/ld.exe""
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36330