summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-05-23 20:34:28 +0000
committerBruno Haible <bruno@clisp.org>2001-05-23 20:34:28 +0000
commit1d40cc0cb3ea17eb0ad2241a6fabb0a581464947 (patch)
tree7653195fc4515db282bddd17bdf6d1fc7a99852a /INSTALL
parent26b4e34c46d7a12a2c825db9ae0da5d700676594 (diff)
downloadexternal_gettext-1d40cc0cb3ea17eb0ad2241a6fabb0a581464947.zip
external_gettext-1d40cc0cb3ea17eb0ad2241a6fabb0a581464947.tar.gz
external_gettext-1d40cc0cb3ea17eb0ad2241a6fabb0a581464947.tar.bz2
New attempt at solving the "CPPFLAGS/LDFLAGS for libiconv" problem.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 9 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 0047b16..f699c51 100644
--- a/INSTALL
+++ b/INSTALL
@@ -119,14 +119,18 @@ find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.
+ For packages that use the GNU libiconv library, you can use the
+`configure' option `--with-libiconv-prefix' to specify the prefix you
+used while installing libiconv.
+
Particular Systems
==================
- On FreeBSD, NetBSD, and OpenBSD, the compiler doesn't search include
-files in /usr/local/include, and the linker doesn't search libraries in
-/usr/local/lib. Therefore some packages won't find other packages
-installed earlier. To overcome this problem, it is recommended to use
-the following options:
+ On most systems, the compiler doesn't search include files in
+/usr/local/include, and the linker doesn't search libraries in
+/usr/local/lib. (A notable exception is GNU/Linux.) Therefore some
+packages won't find other packages installed earlier. To overcome this
+problem, it is recommended to use the following options:
env CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure