[Bug fortran/44105] gfortran fails to "work" during build
johnkhord at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu May 13 17:12:00 GMT 2010
------- Comment #2 from johnkhord at gmail dot com 2010-05-13 17:12 -------
I re-compiled both GMP and MPFR (using the --with-gmp directive) and am now
getting a new nastygram when make-ing gcc
: Assembler messages:
:5148: Error: symbol `fstatat64' is already defined
:5185: Error: symbol `fstat64' is already defined
:5218: Error: symbol `lstat64' is already defined
:5251: Error: symbol `stat64' is already defined
make[3]: *** [unix.lo] Error 1
make[3]: Leaving directory `/root/gcc-4.4.4/i686-pc-linux-gnu/libgfortran'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/gcc-4.4.4/i686-pc-linux-gnu/libgfortran'
make[1]: *** [all-target-libgfortran] Error 2
make[1]: Leaving directory `/root/gcc-4.4.4'
make: *** [all] Error 2
do I need to go and manually delete the OS-installed gmp/mpfr stuff under
/usr/lib and /usr/include?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44105
More information about the Gcc-bugs
mailing list