[Bug fortran/33883] gfortran compile / LD_LIBRARY_PATH error
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Oct 24 22:57:00 GMT 2007
------- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-10-24 22:57 -------
Try reversing the order here:
./configure --enable-languages=fortran --with-gmp=/home/local/gmp-4.2.2
--with-mpfr=/home/local/mpfr-2.3.0
to:
./configure --enable-languages=fortran --with-mpfr=/home/local/mpfr-2.3.0
--with-gmp=/home/local/gmp-4.2.2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33883
More information about the Gcc-bugs
mailing list