Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=629209 --- Comment #15 from Adam Tkac <[email protected]> 2010-09-07 09:17:44 EDT --- (In reply to comment #14) > In my tests any mingw-runtime version built against gcc 4.5.x is fubar. I've > only been able to get good builds using gcc 4.4.x from F13 mingw era Same here, it seems gcc 4.5 is broken. I dug more about missing symbols and it seems all symbols are defined in /usr/i686-pc-mingw32/sys-root/mingw/bin/mingwm10.dll and /usr/i686-pc-mingw32/sys-root/mingw/bin/libgcc_s_sjlj-1.dll libraries: $ rpm -qf /usr/i686-pc-mingw32/sys-root/mingw/bin/libgcc_s_sjlj-1.dll mingw32-gcc-4.5.1-1.fc15.x86_64 $ i686-pc-mingw32-nm /usr/i686-pc-mingw32/sys-root/mingw/bin/libgcc_s_sjlj-1.dll |grep Tls 6ced3d18 T _tlsal...@0 6ced3d28 T _tlsf...@4 6ced3d30 T _tlsgetva...@4 6ced3d40 T _tlssetva...@8 6ced80e4 I __imp__tlsal...@0 6ced80e8 I __imp__tlsf...@4 6ced80ec I __imp__tlsgetva...@4 6ced80f0 I __imp__tlssetva...@8 In my opinion gcc 4.4 automatically links against this library but gcc 4.5 doesn't (not sure why, yet). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/mingw
