"Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> writes:
Anybody know what this warning is about? glibc on Linux bug, I
presume?
------------------------------------------------------------------------
gcc -c -g -O3 -Wall -Wno-switch -Wpointer-arith -Winline -Wmissing-prototypes -W
shadow -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include /coda/Projects/XEmacs/G
TK-XEmacs/src/gpmevent.c
In file included from /usr/include/linux/keyboard.h:4,
from /coda/Projects/XEmacs/GTK-XEmacs/src/gpmevent.c:48:
/usr/include/linux/wait.h:4: warning: `WNOHANG' redefined
/usr/include/bits/waitflags.h:26: warning: this is the location of the previous
definition
/usr/include/linux/wait.h:5: warning: `WUNTRACED' redefined
/usr/include/bits/waitflags.h:27: warning: this is the location of the previous
definition
------------------------------------------------------------------------
I got this when I compiled 21.2.43 on linux the other day. Looks like
linux kernel stupidity to me. Solution: avoid linux. :)
-bp