[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
configure fails to find pthread - linux
Before you say this has been covered:
kernel: 2.2.19 SMP
glibc: 2.2.4
Pth: 1.4.1
openldap: 2.0.21
Same error as with glibc prior to 2.2.2 (as I've read - I went straight from
2.2 to 2.2.4)
checking for _beginthread... no
checking for pthread.h... yes
checking POSIX thread version... final
checking for LinuxThreads pthread.h... no // but it IS
installed
checking for GNU Pth pthread.h... yes
checking for pthread_create in default libraries... no
checking for pthread link with -kthread... no
checking for pthread link with -pthread... no
checking for pthread link with -pthreads... no
checking for pthread link with -mthreads... no
checking for pthread link with -thread... no
checking for pthread link with -lpthread -lmach -lexc -lc_r... no
checking for pthread link with -lpthread -lmach -lexc... no
checking for pthread link with -lpthread -Wl,-woff,85... no
checking for pthread link with -lpthread... no
checking for pthread link with -lc_r... no
checking for pthread link with -threads... no
checking for pthread link with -lpthreads -lmach -lexc -lc_r... no
checking for pthread link with -lpthreads -lmach -lexc... no
checking for pthread link with -lpthreads -lexc... no
checking for pthread link with -lpthreads... no
configure: error: could not locate usable POSIX Threads
Have I missed some env spec or something ?
Someone save me from certain death ... the bleeding from my bruised forehead
is becoming quite profuse...
Dave