Bauke Jan Douma wrote:
> 
> Re.:            gdb-5.0
> Machine:        intel 486DX PC
> OS:             Linux athome 2.2.16 #1 Sun Jul 9 08:37:24 MET DST 2000 i486 unknown
> Libc:           libc.so.5.4.46 (aka gnulibc1)
> Compiler:       gcc version 2.7.2.3
> 
> After 'configure', compiles quite cleanly, with one small glitch (that stops
> the compile):
> 
> #include <poll.h>
> 
> in gdb/event-loop.c, line 27, should be:
> 
> #include <sys/poll.h>

FYI, <poll.h> is technically correct.  That distro of Linux happens to
have a misplaced header.  See:

http://www.opengroup.org/onlinepubs/007908799/xsh/poll.h.html

The next release of GDB will include a workaround to this problem.

        Andew

Reply via email to