http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952
Markus Trippelsdorf <markus at trippelsdorf dot de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markus at trippelsdorf dot | |de --- Comment #5 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2011-11-02 05:56:14 UTC --- (In reply to comment #4) > (In reply to comment #3) > > It looks like a problem with libquadmath/configure. I recently > > updated by bleeding edge freebsd system to FreeBSD 10.0, and > > it looks like configure can't handle the new version number. > > > > > configure: freebsd[123]*) objformat=aout ;; > > configure: version_type=freebsd-$objformat > > configure: freebsd-elf*) > > configure: freebsd-*) > > configure: freebsd2*) > > configure: freebsd3.[01]* | freebsdelf3.[01]*) > > configure: freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ > > configure: freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | > > freebsdelf4.1.1) > > configure: version_type=freebsd-elf > > > > I'm suspicious that the 'freebsd[123]*) objformat=aout ;;' is now bogus. > > A quick hack to remove the 1 in the above line allows me > to configure, build, and install gcc/gfortran. > > Anyone know how to fix this issue properly? Yes, just update in-tree libtool: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952