[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A problem when i run make server
> edit ircd2.10.3/*i586*/include/system.h and undefine USE_POLL
Ugly hack. System call poll() works fine in Linux.
> >../ircd/s_bsd.c: In function `read_message':
> >../ircd/s_bsd.c:2032: `POLLSETWRITEFLAGS' undeclared (first use in this
To make it compile cleanly simply advice your compiler about
gnu-compliant code. Add the following in setup.h:
#define _GNU_SOURCE
--
<A HREF="http://www.funet.fi/~ruokonen/"> Vesa.Ruokonen@xxxxxxxxxxxx </A>