aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 14 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 8b82ade0..2550dab7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@ Installation Instructions
2************************* 2*************************
3 3
4Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 4Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
52006, 2007, 2008 Free Software Foundation, Inc. 52006, 2007, 2008, 2009 Free Software Foundation, Inc.
6 6
7 This file is free documentation; the Free Software Foundation gives 7 This file is free documentation; the Free Software Foundation gives
8unlimited permission to copy, distribute and modify it. 8unlimited permission to copy, distribute and modify it.
@@ -159,7 +159,7 @@ Particular systems
159CC is not installed, it is recommended to use the following options in 159CC is not installed, it is recommended to use the following options in
160order to use an ANSI C compiler: 160order to use an ANSI C compiler:
161 161
162 ./configure CC="cc -Ae" 162 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
163 163
164and if that doesn't work, install pre-built binaries of GCC for HP-UX. 164and if that doesn't work, install pre-built binaries of GCC for HP-UX.
165 165
@@ -174,6 +174,16 @@ and if that doesn't work, try
174 174
175 ./configure CC="cc -nodtk" 175 ./configure CC="cc -nodtk"
176 176
177 On Solaris, don't put `/usr/ucb' early in your `PATH'. This
178directory contains several dysfunctional programs; working variants of
179these programs are available in `/usr/bin'. So, if you need `/usr/ucb'
180in your `PATH', put it _after_ `/usr/bin'.
181
182 On Haiku, software installed for all users goes in `/boot/common',
183not `/usr/local'. It is recommended to use the following options:
184
185 ./configure --prefix=/boot/common
186
177Specifying the System Type 187Specifying the System Type
178========================== 188==========================
179 189
@@ -189,7 +199,8 @@ type, such as `sun4', or a canonical name which has the form:
189 199
190where SYSTEM can have one of these forms: 200where SYSTEM can have one of these forms:
191 201
192 OS KERNEL-OS 202 OS
203 KERNEL-OS
193 204
194 See the file `config.sub' for the possible values of each field. If 205 See the file `config.sub' for the possible values of each field. If
195`config.sub' isn't included in this package, then this package doesn't 206`config.sub' isn't included in this package, then this package doesn't