summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-06-06 02:10:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-06-06 02:10:19 +0000
commitd0afc20abaa55b0a6c1722b169e4f409a5aa4824 (patch)
treed50f4e494b921f16cbba0c211998b04ac3420478
parent80c63f16bac980335469cbd9ea6a831af5f6a9bd (diff)
downloadmpfr-d0afc20abaa55b0a6c1722b169e4f409a5aa4824.tar.gz
mpfr.texi: added a comment about why the cross reference to GNU Libtool
doesn't work from MPFR's directory. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5374 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--mpfr.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpfr.texi b/mpfr.texi
index c0ca949df..5510aeb9f 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -496,6 +496,10 @@ gcc myprogram.c -lmpfr -lgmp
@cindex Libtool
MPFR is built using Libtool and an application can use that to link if
desired, @MPFRpxreftop{libtool, GNU Libtool}
+@c Note: Do not try the above cross reference without moving mpfr.info
+@c into some "safe" place first. Due to a poor design, "info" will not
+@c find the correct libtool info file because of the "libtool" script
+@c in MPFR's directory!
If MPFR has been installed to a non-standard location, then it may be
necessary to set up environment variables such as @samp{C_INCLUDE_PATH}