On Sun, Feb 13, 2011 at 05:27:37PM +0000, Jonathan Wakely wrote: > On 13 February 2011 09:01, Csaba Raduly wrote: > > > > Any idea what could be the problem and how to fix it? Should I just > > run a simple "make"? > > Questions about using or building gcc should be sent to > gcc-h...@gcc.gnu.org, not this list, please follow up there instead, > thanks. > > I don't know if it will solve your problem, but yes, you just build > gcc with 'make' these days, not 'make bootstrap'
I suspect his problems will be solved by adding --with-dwarf2 to the configure options. We don't seem to have a specific PR for this but I believe there are bootstrap comparision failures in libgomp for darwin8 using stabs. We don't get a lot of testing on darwin8 theses days since the regress Apple tester is now on darwin9 (plus this could be intel specific). Both Mike and Iain have access to darwin8 so we hopefully can get a PR opened. Jack ps I had suggested awhile back that we default darwin8 to dwarf2 but Mike thinks the dwarf2 support is too immature in the Xcode for darwin8 to safely do that.