Update hints.

This commit is contained in:
Kurt Zeilenga 1998-12-01 00:57:42 +00:00
parent c8298ec23b
commit aa65400d3b
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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