diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2010-09-30 18:37:13 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2010-09-30 19:37:13 +0100 |
commit | abcc9b2a3ad392f3abf3e80fa0e51a47e8629917 (patch) | |
tree | ccee97d44da592da0b81f3f5ebe86cb2696ca7a7 /gcc | |
parent | c28aa98278aefa2e6828f1500dacb9810289a4ee (diff) | |
download | gcc-abcc9b2a3ad392f3abf3e80fa0e51a47e8629917.zip gcc-abcc9b2a3ad392f3abf3e80fa0e51a47e8629917.tar.gz gcc-abcc9b2a3ad392f3abf3e80fa0e51a47e8629917.tar.bz2 |
install.texi: Suggest using LD_LIBRARY_PATH to find libs for GMP, MPFR and MPC.
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 87a86c4..df2365b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 ... diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index f4f4a15..a54b450 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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} |