On Wed, Feb 10, 1999 at 09:06:11AM +0100, Radim Uchac wrote:
> I'm trying to compile mysql-3.22.16a-gamma but when I run script
> ./configure
> I obtain:
[...]
> configure:4344: gcc -o conftest -O6 -DDBUG_OFF -rdynamic conftest.c
> -lnsl -lm -lcrypt -lpthread 1>&5
> /usr/lib/libpthread.so: undefined reference to `__libc_accept'
> /usr/lib/libpthread.so: undefined reference to `__libc_send'
> /usr/lib/libpthread.so: undefined reference to `__libc_recvfrom'
> /usr/lib/libpthread.so: undefined reference to `__libc_recvmsg'
> /usr/lib/libpthread.so: undefined reference to `__libc_sendmsg'
> /usr/lib/libpthread.so: undefined reference to `__libc_recv'
> /usr/lib/libpthread.so: undefined reference to `__libc_sendto'
> /usr/lib/libpthread.so: undefined reference to `__libc_connect'
This bug is fixed in more recent libc versions as you have installed.
Ralf
|