X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Finstall.texi;h=d498639ff8c3b9692220660176d18429e8ef2fbf;hb=1a4fd05ac8b426112d48d66a240356a4b5fd59cc;hp=a344b2890329d86f035df1c20945029d0d051934;hpb=0a29fc2d832c86d69e98b32bbdbc4e746ca2d16c;p=gnulib.git diff --git a/doc/install.texi b/doc/install.texi index a344b2890..d498639ff 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -188,7 +188,7 @@ not installed, it is recommended to use the following options in order to use an ANSI C compiler: @example -./configure CC="cc -Ae" +./configure CC="cc -Ae -D_XOPEN_SOURCE=500" @end example @noindent @@ -210,6 +210,18 @@ and if that doesn't work, try ./configure CC="cc -nodtk" @end example +On Solaris, don't put @code{/usr/ucb} early in your @env{PATH}. This +directory contains several dysfunctional programs; working variants +of these programs are available in @code{/usr/bin}. So, if you need +@code{/usr/ucb} in your @env{PATH}, put it @emph{after} @code{/usr/bin}. + +On Haiku, software installed for all users goes in @file{/boot/common}, +not @file{/usr/local}. It is recommended to use the following options: + +@example +./configure --prefix=/boot/common +@end example + @node System Type @section Specifying the System Type