http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49746
--- Comment #12 from H.Merijn Brand <h.m.brand at xs4all dot nl> 2011-07-15 16:17:40 UTC --- On Fri, 15 Jul 2011 16:10:35 +0000, "dave.anglin at bell dot net" <gcc-bugzi...@gcc.gnu.org> wrote: > One issue may be thread support. I always configure with > --enable-threads=posix. I don't run with threads enabled. I don't like threaded builds. So if 64bit non-threaded passes, I'm happy. I can (very easily) live without threads. > There was an issue with thread detection in gthr-posix.h that caused > problems for perl. It was fixed a few months ago. Then I should have no problems, because I'm running the build on blead, not on released perl. > This fixed perl for me with the 32-bit compiler. > > Dave