--- IO-AIO/Makefile.PL 2005/07/10 17:07:44 1.1 +++ IO-AIO/Makefile.PL 2005/07/12 11:02:54 1.2 @@ -10,7 +10,7 @@ }, NAME => "IO::AIO", VERSION_FROM => "AIO.pm", - LIBS => ['-lpthread'], + LIBS => ['-lpthread -lrt', '-lpthread', '-lpthreads', ''], }); $mm->flush;