Linking with pthreads
[email protected] ("Justin Garrett")
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
I have a module that references a library that uses pthreads. What's the preferred method for linking with pthreads? Currently If I don't do LIBS=-lpthread ./configure ... configure will croak when running the test on conftest.c Justin Garrett