On Fri, 13 Jan 2006, H wrote:
configure:7448: gcc -o conftest -g -O2 -Wall -D_REENTRANT -g conftest.c -lpthread -lm 1>&5 configure:7479: checking for aio_read in -lrt configure:7498: gcc -o conftest -g -O2 -Wall -D_REENTRANT -g conftest.c -lrt -lpthread -lm 1>&5 /usr/bin/ld: cannot find -lrt
This is fine. Not an error. Just a configure test to see if your system is using librt for AIO.
Regards Henrik