urt# gcc -v
Reading specs from /usr/local/lib/gcc/alpha-dec-osf5.1/3.4.3/specs
Configured with: /usr1/local/gnu/gcc-3.4.3/configure
Thread model: posix
gcc version 3.4.3

urt# sizer -v
Compaq Tru64 UNIX V5.1B (Rev. 2650); Thu Mar  6 19:03:28 CST 2003

[...]
gcc -I. -I. -I/opt/include   -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wg
etrc\" -DLOCALEDIR=\"/usr/local/share/locale\" -O2 -Wall -Wno-implicit -c ptimer
.c
ptimer.c:95:20: operator '>' has no left operand
[...]

   The offending code (line 95) is:

# if _POSIX_TIMERS > 0

   There's "no left operand" because:

urt# grep POSIX_TIMERS /usr/include/*.h
/usr/include/unistd.h:#define _POSIX_TIMERS

   Is there any reason that "# ifdef _POSIX_TIMERS" would be worse?

------------------------------------------------------------------------

   Steven M. Schweda               (+1) 651-699-9818
   382 South Warwick Street        [EMAIL PROTECTED]
   Saint Paul  MN  55105-2547

Reply via email to