[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: configure fails on pthread tests on Solaris (ITS#478)



why don't you read the platform tips ?
it is a known problem


>>> <lbarstow@vr1.com> 03/14/00 08:49PM >>>
Full_Name: Les Barstow
Version: 1.2.9
OS: Solaris 7
URL: 
Submission from: (NULL) (206.246.38.110)


This issue is similar to #285.

I am compiling 1.2.9 using GCC on a Solaris 7 box (Dual Ultra-2) and the initial
test for pthread_create() is succeeding.
This means that the test for -lpthread never happens, and when the test for a
functional pthread_create() is done, it fails.
Adding LIBS=-lpthread solves the problem.