Warn about /usr/ucb on Solaris.

* doc/install.texi (Particular Systems): Recommend putting
/usr/ucb late in PATH, if at all.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Bruno Haible 2008-10-06 21:48:28 +02:00 committed by Ralf Wildenhues
parent 22e3751d19
commit 5917ea5541
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-10-06 Bruno Haible <bruno@clisp.org>
Warn about /usr/ucb on Solaris.
* doc/install.texi (Particular Systems): Recommend putting
/usr/ucb late in PATH, if at all.
2008-10-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix more testsuite hang corner cases.

View File

@ -210,6 +210,11 @@ 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}.
@node System Type
@section Specifying the System Type