On Thu, 19 Jul 2001, Frank Heckenbach wrote:
Russell Whitaker wrote:
compiled, installed, ran test, results (5 of the 6 skipped is my fault):
TEST crttest.pas: In file included from /usr/include/sys/time.h:30, from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/units/crtc.c:1001: /usr/include/sys/select.h:52: warning: `__NFDBITS' redefined /usr/include/linux/posix_types.h:22: warning: this is the location of the previous definition /usr/include/sys/select.h:54: warning: `__FDMASK' redefined /usr/include/linux/posix_types.h:34: warning: this is the location of the previous definition gpc1: gpc exited with status 1 gpc1: gpc exited with status 1
Try moving the line `#include <sys/time.h>' in units/crtc.c from line 1001 to the other includes (line ~50), and let me know if it helps.
moved it to just after errno and now test works fine - no errs
thanks
Russ