From b412195a9592850b88492a8caffc80c1e051c5cd Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 16 Sep 1999 01:56:25 +0000 Subject: [PATCH] Update hints with example that seems to work more often than not. --- doc/install/hints/Solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/hints/Solaris b/doc/install/hints/Solaris index 91d17d12c6..2766011ac3 100644 --- a/doc/install/hints/Solaris +++ b/doc/install/hints/Solaris @@ -18,7 +18,7 @@ out-of-the-box settings with the error: To resolve this problem, the installer must specify the proper Pthreads libraries: - env env ac_cv_func_pthread_create=no ./configure + env LIBS="-lpthread -lposix4" ./configure On some versions of Solaris, you may be able to use Solaris LWP Threads: -- 2.39.5