|
From: Robert W. <rj...@ke...> - 2003-06-12 19:05:51
|
On RH9, I get this error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./demangle -I../include -DVG_LIBDIR="\"/usr/local/lib"\" -Winline -Wall -Wshadow -O -fomit-frame-pointer -mpreferred-stack-boundary=2 -g -mpreferred-stack-boundary=2 -c `test -f 'vg_syscalls.c' || echo './'`vg_syscalls.c vg_syscalls.c: In function `vgPlain_perform_assumed_nonblocking_syscall': vg_syscalls.c:2526: `SIOCOUTQ' undeclared (first use in this function) vg_syscalls.c:2526: (Each undeclared identifier is reported only once vg_syscalls.c:2526: for each function it appears in.) make[1]: *** [vg_syscalls.o] Error 1 #ifdef'ing out that ioctl fixes the build. Where's SIOCOUTQ defined? I couldn't find it anywhere in my RH9 distribution. Regards, Robert. |