------- Comment #11 from nightstrike at gmail dot com 2009-02-06 04:21 ------- Created an attachment (id=17259) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17259&action=view) Kai's attempt
This patch has a few caveats: You can't use the winsup link hack to work around the issue that Corinna injected, so you can't build libstdc++, so you can't build g++ Also, the lib directories are all fubared because of ld not allowing custom default lib paths (it's hard coded to use /root/target/lib): 1) x86_64-pc-mingw32/lib remains the place for 64-bit mingw objects and libraries 2) x86_64-pc-mingw32/lib64 is a link to x86_64-pc-mingw32/lib 3) x86_64-pc-mingw32/lib32 is the place for 32-bit mingw -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38294