On 15 Mar 2009, m...@talkwireless.ca wrote: > I am, by the way, getting some weird crash notifications from ld when > the configure (build) script is running, between 2-4 per run. Is a > behavior unique to GNU-ld being assumed maybe? This behavior is new. > It's been a while since I built GTKG, however, so it could be a change > in the system rather than a change in your script; I'm not sure I > would know. > > Process: ld [27402] > > Thread 0 Crashed:
> 4 libstdc++.6.dylib 0x001529a4 std::terminate() + 68 > 5 libstdc++.6.dylib 0x00152c68 __cxa_rethrow + 128 > 6 libstdc++.6.dylib 0x00154d88 > __gnu_cxx::__verbose_terminate_handler() + 244 > 7 libstdc++.6.dylib 0x00152940 __gxx_personality_v0 + > 1240 > 8 libstdc++.6.dylib 0x001529a4 std::terminate() + 68 > 9 libstdc++.6.dylib 0x00152be4 __cxa_throw + 124 > 10 ld 0x00011294 0x1000 + 66196 Apple seems to have shipped you the gold linker. It is buggy. Can you get the regular binutils linker and not use the gold one? The regular ld is written in 'C'. From your stack trace, ld is throwing an un-caught exception. Also, gold was most tested/developed on the x86. Support for the PPC is perhaps a bit behind. In any case, it is not a gtk-gnutella problem at all. fwiw, Bill Pringlemeir. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gtk-gnutella-devel mailing list gtk-gnutella-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel