From 87f57351ed5dc52b63375862ea843a417c42e524 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 1 Dec 1998 04:11:18 +0000 Subject: [PATCH] Last minute updates to platform hints --- doc/install/hints/FreeBSD | 3 ++- doc/install/hints/Solaris | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/install/hints/FreeBSD b/doc/install/hints/FreeBSD index 0127c75086..9f9856dd8d 100644 --- a/doc/install/hints/FreeBSD +++ b/doc/install/hints/FreeBSD @@ -2,6 +2,7 @@ The following FreeBSD ports and packages may be useful: databases/db Berkeley DB2 databases/gdbm GNU Database Manager devel/autoconf GNU Autoconf + devel/libtool GNU Autoconf devel/gdb GNU Debugger lang/egcs EGCS enhanced GNU C Suite security/tcp_wrappers TCP Wrappers @@ -10,5 +11,5 @@ FreeBSD 3.0 no special options FreeBSD 2.2.5 (and prior?) - requires --without-preemptive + requires --without-yielding-select or --without-threads diff --git a/doc/install/hints/Solaris b/doc/install/hints/Solaris index 3bb53a434d..8744c6a8fc 100644 --- a/doc/install/hints/Solaris +++ b/doc/install/hints/Solaris @@ -19,6 +19,9 @@ proper Pthreads libraries: LIBS="-lpthread -lposix4" ./configure -to use OR disable threads: +OR use Solaris (LWP) Threads + ./configure --with-threads=lwp + +OR disable threads: ./configure --without-threads -- 2.39.2