Matt Kettler <mkettler@...> wrote:
> configure:5329: result: no
> configure:5241: checking for vsyslog
> configure:5298: gcc -o conftest -g -O2 -Wall -I/usr/lib//include/bind
> -I/usr/lib//include -L/usr/lib//lib -Wl,--rpath=/usr/lib//lib conftest.c
> -lbind >&5
> /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libbind.so: undefined
> reference to `pthread_getspecific'
So that fails at yours?
test.c:
int main(void) { return 0; }
cc -o test -lbind test.c
And that works?
cc -o test -lpthread -lbind test.c
Of course, the easy fix is to use --with-libpthread, but I have to agree
the vsyslog error is meaningless.
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...Message
Re: [milter-greylist] milter-greylist 3.0 rc5 is out - vsyslog
2006-10-17 by manu@netbsd.org