[Bug fortran/87341] gfortran can not link executables: _edata: invalid version 21 (max 4)
mi+gcc at aldan dot algebra.com
gcc-bugzilla@gcc.gnu.org
Tue Sep 18 13:35:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87341
mi+gcc at aldan dot algebra.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|MOVED |---
--- Comment #7 from mi+gcc at aldan dot algebra.com ---
(In reply to H.J. Lu from comment #6)
> This sounds like
>
> https://sourceware.org/bugzilla/show_bug.cgi?id=23499
>
> Please try binutils 2.31 branch.
Actually, I have binutils-2.31 already -- the /usr/bin/as, that comes with
RHEL6, does not understand the AVX2 instructions, so I had to build binutils of
my own, and, of course, used the latest available:
% /prod/pfe/local/bin/ld -v
GNU ld (GNU Binutils) 2.31
and the ld used by gfortran (see the verbose output I posted) is a hardlink to
the above:
%
/prod/pfe/local/lib/gcc/x86_64-pc-linux-gnu/8/../../../../x86_64-pc-linux-gnu/bin/ld
GNU ld (GNU Binutils) 2.31
More information about the Gcc-bugs
mailing list