Re: epoll

From: Tsantilas Christos <chtsanti@dont-contact.us>
Date: Wed, 29 Aug 2007 20:01:47 +0300

Hi All,

  There is a small error in configure.in. The following patch solves the
problem:

--- configure.in 27 Aug 2007 22:51:32 -0000 1.150
+++ configure.in 29 Aug 2007 16:54:19 -0000
@@ -2584,7 +2584,7 @@
 }
     ], [ac_cv_epoll_works=yes], [ac_cv_epoll_works=no]))
 fi
-if test ac_cv_epoll_works != yes && test x$SELECT_TYPE = xepoll; then
+if test $ac_cv_epoll_works != yes && test x$SELECT_TYPE = xepoll; then
        echo "Error - no epoll support found";
        echo "Try running 'sh ./scripts/get_epoll-lib.sh'";
        echo "then run configure again";

Amos Jeffries wrote:
>
> After todays changes I am now getting (with --enable-epoll)
>
> "
> checking for epoll_ctl in -lepoll... no
> checking for epoll_ctl... yes
> checking if epoll works... yes
> Error - no epoll support found
> Try running 'sh ./scripts/get_epoll-lib.sh'
> then run configure again
> "
>
> The script mentions does not seem to exist.
>
> Amos
>
Received on Wed Aug 29 2007 - 11:02:01 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Aug 31 2007 - 12:00:05 MDT