This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/33883] gfortran compile / LD_LIBRARY_PATH error



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]