[Bug target/50952] libquad relocation R_X86_64_32S failure
markus at trippelsdorf dot de
gcc-bugzilla@gcc.gnu.org
Wed Nov 2 05:56:00 GMT 2011
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
More information about the Gcc-bugs
mailing list