]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi: Suggest using LD_LIBRARY_PATH to find libs for GMP, MPFR and MPC.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Thu, 30 Sep 2010 18:37:13 +0000 (18:37 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 30 Sep 2010 18:37:13 +0000 (19:37 +0100)
* doc/install.texi: Suggest using LD_LIBRARY_PATH to find libs
for GMP, MPFR and MPC.

Co-Authored-By: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
From-SVN: r164758

gcc/ChangeLog
gcc/doc/install.texi

index 87a86c4ff10d6630499adea06c04a7372c8dad45..df2365ba70675162f069fe6372b76bbdfdeb74fe 100644 (file)
@@ -1,3 +1,9 @@
+2010-09-30  Jonathan Wakely  <jwakely.gcc@gmail.com>
+            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/install.texi: Suggest using LD_LIBRARY_PATH to find libs
+       for GMP, MPFR and MPC.
+
 2010-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * config/sparc/sparc.opt (mimpure-text): Move ...
index f4f4a154399db2448c50c53ad4b6d8be22c130a6..a54b450755f5c4d693e7b44c578e0e05a66dd470 100644 (file)
@@ -1574,7 +1574,10 @@ they are installed (@samp{--with-gmp=@var{gmpinstalldir}},
 @option{--with-mpc-lib=@var{mpcinstalldir}/lib} and
 @option{--with-mpc-include=@var{mpcinstalldir}/include}.  If these
 shorthand assumptions are not correct, you can use the explicit
-include and lib options directly.
+include and lib options directly.  You might also need to ensure the
+shared libraries can be found by the dynamic linker when building and
+using GCC, for example by setting the runtime shared library path
+variable (@env{LD_LIBRARY_PATH} on GNU/Linux and Solaris systems).
 
 @item --with-ppl=@var{pathname}
 @itemx --with-ppl-include=@var{pathname}