summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-15 12:59:36 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 01:00:07 +0200
commitada60192fc74ae0f8d7c67feeed23deace51ef98 (patch)
tree29b0f5f112b3cf3169937976ccefe1c9bad748c2 /INSTALL
parent1a2c1233093d479729a182d1d19452809d91a5b6 (diff)
downloadexternal_gettext-ada60192fc74ae0f8d7c67feeed23deace51ef98.zip
external_gettext-ada60192fc74ae0f8d7c67feeed23deace51ef98.tar.gz
external_gettext-ada60192fc74ae0f8d7c67feeed23deace51ef98.tar.bz2
Support for Intel icc.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index f699c51..76099bc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -146,6 +146,12 @@ use the following options:
env CC="xlc -D_ALL_SOURCE" ./configure
+ On GNU/Linux with Intel icc as C/C++ compiler, config.guess guesses
+wrong and, as a consequence, libtool disables the use of shared libraries.
+To correct this, it is recommended to use the following options:
+
+ env CC="icc -D__ELF__" CXX="icc -D__ELF__" ./configure
+
On BeOS, user installed software goes in /boot/home/config, not
/usr/local. It is recommended to use the following options: