[Bug fortran/33883] gfortran compile / LD_LIBRARY_PATH error

2007-10-25 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-10-25 15:18 --- ... to closed as INVALID rather than FIXED (for later statistics). -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/33883] gfortran compile / LD_LIBRARY_PATH error

2007-10-25 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2007-10-25 15:17 --- Reopening... -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug fortran/33883] gfortran compile / LD_LIBRARY_PATH error

2007-10-25 Thread rogerabq at yahoo dot com
--- Comment #4 from rogerabq at yahoo dot com 2007-10-25 15:09 --- Thanks for the replies. I started from scratch, making sure I wasn't building from the source tree and this time it compiled just fine. Thank You! (In reply to comment #3) > Are you building in > the source tree? (whic

[Bug fortran/33883] gfortran compile / LD_LIBRARY_PATH error

2007-10-25 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-10-25 11:11 --- (In reply to comment #0) > configure: error: GNU Fortran is not working; the most common reason for that > is that you might have linked it to shared GMP and/or MPFR libraries, and not > set LD_LIBRARY_PATH accord

[Bug fortran/33883] gfortran compile / LD_LIBRARY_PATH error

2007-10-24 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-10-24 23:15 --- Also, you must enable c as well: This is biggest problem --enable-languages=c,fortran -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33883

[Bug fortran/33883] gfortran compile / LD_LIBRARY_PATH error

2007-10-24 Thread jvdelisle at gcc dot gnu dot org
--- 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-