[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A problem when i run make server
- To: Q <Q@xxxxxxx>
- Subject: Re: A problem when i run make server
- From: Christophe Kalt <kalt@xxxxxxxxxxx>
- Date: Tue, 24 Aug 1999 10:17:10 -0400
- Cc: Vesa Ruokonen <ruokonen@xxxxxxxxxxxx>, karlh@xxxxxxx, oyq219h@xxxxxxxxx, ircd-users@xxxxxxx
- Delivered-to: ircd-users-out@irc.org
- Delivered-to: ircd-users@irc.org
- In-reply-to: <37C03D6C.72CACF5C@ping.be>; from Kurt Roeckx on Sun, Aug 22, 1999 at 08:11:56PM +0200
- Mail-followup-to: Q <Q@ping.be>, Vesa Ruokonen <ruokonen@nic.funet.fi>, karlh@bofh.is, oyq219h@tninet.se, ircd-users@irc.org
- References: <19990822174930Z44491-548+1519@nic.funet.fi> <37C03D6C.72CACF5C@ping.be>
On Aug 22, Kurt Roeckx wrote:
| Vesa Ruokonen wrote:
| >
| > > 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
|
| If you don't want alot warnings, remove the #define _GNU_SOURCE in os.h
| at line 133.
|
| I think we should move that part to setup.h.
i think we should just let people who insist on running linux
upgrade their glibc. (that's the linux way, isn't it? upgrade
a package to fix a problem, and break three other things at
the same time..)