summaryrefslogtreecommitdiff
path: root/doc/INSTALL.UTF-8
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-12-24 14:47:16 -0800
committerKarl Berry <karl@freefriends.org>2008-12-24 14:47:16 -0800
commite579a2ec891de23d33d62609c3da1d66f1c5c30b (patch)
tree56003fc07185972be471c968d6b21e5007f9f9d5 /doc/INSTALL.UTF-8
parentc563d5a3327292c146e7359b82692565aa240b32 (diff)
downloadgnulib-e579a2ec891de23d33d62609c3da1d66f1c5c30b.tar.gz
autoregenerate
Diffstat (limited to 'doc/INSTALL.UTF-8')
-rw-r--r--doc/INSTALL.UTF-814
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/INSTALL.UTF-8 b/doc/INSTALL.UTF-8
index 6a8850a8f3..35f8e40032 100644
--- a/doc/INSTALL.UTF-8
+++ b/doc/INSTALL.UTF-8
@@ -159,7 +159,7 @@ Particular systems
CC is not installed, it is recommended to use the following options in
order to use an ANSI C compiler:
- ./configure CC="cc -Ae"
+ ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
@@ -174,6 +174,16 @@ and if that doesn't work, try
./configure CC="cc -nodtk"
+ On Solaris, don't put ‘/usr/ucb’ early in your ‘PATH’. This
+directory contains several dysfunctional programs; working variants of
+these programs are available in ‘/usr/bin’. So, if you need ‘/usr/ucb’
+in your ‘PATH’, put it _after_ ‘/usr/bin’.
+
+ On Haiku, software installed for all users goes in ‘/boot/common’,
+not ‘/usr/local’. It is recommended to use the following options:
+
+ ./configure --prefix=/boot/common
+
Specifying the System Type
==========================
@@ -277,7 +287,7 @@ operates.
‘configure’ can determine that directory automatically.
‘--prefix=DIR’
- Use DIR as the installation prefix. *Note Installation Names::
+ Use DIR as the installation prefix. *note Installation Names::
for more details, including other options available for fine-tuning
the installation locations.