* doc/install.texi: Suggest using LD_LIBRARY_PATH to find libs
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Sep 2010 18:37:13 +0000 (18:37 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Sep 2010 18:37:13 +0000 (18:37 +0000)
for GMP, MPFR and MPC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164758 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/install.texi

index 87a86c4..df2365b 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 f4f4a15..a54b450 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}