------- Comment #9 from xenofears at gmail dot com 2009-07-14 06:35 ------- I was about to post this:
--enable-version-specific-runtime-libs is pretty broken: in the <sysroot>/lib/gcc/x86_64-w64-mingw32 dir, there exists a lib32 and lib64 dir alongside the <version> (i.e. 4.4.1) dir. Neither are searched in by gcc. They contain the core lib libgcc_s.a Building gcc 4.4.1 with gcc 4.5.0 (might or might not be relevant), there is a 4.5.0 dir created also, where the core crtfastmath.o, libgcc_eh.a, libgcc.a, and libgcov.a libraries are (mis)placed. Obviously that directory is not searched by gcc 4.4.1. -- xenofears at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xenofears at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32415