[Bug bootstrap/21547] GMP/MPFR shared libraries not in LD_LIBRARY_PATH: failure to build libgfortran

2018-03-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21547 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug bootstrap/21547] GMP/MPFR shared libraries not in LD_LIBRARY_PATH: failure to build libgfortran

2007-01-09 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-01-09 11:55 --- Remove the patch keyword, change component to bootstrap as it now isn't Fortran-specific anymore. From my proposal (one year ago, see comment #4) to have the build machinery adjust LD_LIBRARY_PATH (or similar

[Bug bootstrap/21547] GMP/MPFR shared libraries not in LD_LIBRARY_PATH: failure to build libgfortran

2007-01-09 Thread rearnsha at gcc dot gnu dot org
--- Comment #9 from rearnsha at gcc dot gnu dot org 2007-01-09 15:48 --- gdb's configure uses AC_LIB_HAVE_LINKFLAGS to test for expat. This correctly sets up the right link flags so that applications will find the shared library. Is there any reason we can't use that for GMP/MPFR?