if /bin/sh ./libtool --mode=compile icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1  -I. -I.     -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT sys.lo -MD -MP -MF ".deps/sys.Tpo" \
  -c -o sys.lo `test -f 'sys.c' || echo './'`sys.c; \
then mv -f ".deps/sys.Tpo" ".deps/sys.Plo"; \
else rm -f ".deps/sys.Tpo"; exit 1; \
fi
 icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -I. -I. -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2 -MT sys.lo -MD -MP -MF .deps/sys.Tpo -c sys.c -o sys.o
icc: Command line warning: ignoring option '-W'; no argument required
sys.c(82): remark #1418: external definition with no prior declaration
  struct oop_source_sys *sys_sig_owner[OOP_NUM_SIGNALS];
                         ^

sys.c(349): remark #279: controlling expression is constant
  	FD_ZERO(&rfd);
  	^

sys.c(350): remark #279: controlling expression is constant
  	FD_ZERO(&wfd);
  	^

sys.c(351): remark #279: controlling expression is constant
  	FD_ZERO(&xfd);
  	^

oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if /bin/sh ./libtool --mode=compile icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1  -I. -I.     -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT select.lo -MD -MP -MF ".deps/select.Tpo" \
  -c -o select.lo `test -f 'select.c' || echo './'`select.c; \
then mv -f ".deps/select.Tpo" ".deps/select.Plo"; \
else rm -f ".deps/select.Tpo"; exit 1; \
fi
 icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -I. -I. -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2 -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -o select.o
icc: Command line warning: ignoring option '-W'; no argument required
select.c(34): remark #279: controlling expression is constant
  	FD_ZERO(&s->watch.rfd);
  	^

select.c(35): remark #279: controlling expression is constant
  	FD_ZERO(&s->watch.wfd);
  	^

select.c(36): remark #279: controlling expression is constant
  	FD_ZERO(&s->watch.xfd);
  	^

select.c(37): remark #279: controlling expression is constant
  	FD_ZERO(&s->active.rfd);
  	^

select.c(38): remark #279: controlling expression is constant
  	FD_ZERO(&s->active.wfd);
  	^

select.c(39): remark #279: controlling expression is constant
  	FD_ZERO(&s->active.xfd);
  	^

select.c(62): remark #279: controlling expression is constant
  		FD_ZERO(&s->active.rfd);
  		^

select.c(63): remark #279: controlling expression is constant
  		FD_ZERO(&s->active.wfd);
  		^

select.c(64): remark #279: controlling expression is constant
  		FD_ZERO(&s->active.xfd);
  		^

select.c(136): remark #279: controlling expression is constant
  	FD_ZERO(&fd);
  	^

select.c(164): remark #279: controlling expression is constant
  		assert(0);
  		^

select.c(148): remark #869: parameter "source" was never referenced
  static void *on_fd(oop_source *source,int fd,oop_event event,void *data) {
                                 ^

select.c(170): remark #869: parameter "source" was never referenced
  static void *on_timeout(oop_source *source,struct timeval when,void *data) {
                                      ^

select.c(170): remark #869: parameter "when" was never referenced
  static void *on_timeout(oop_source *source,struct timeval when,void *data) {
                                                            ^

select.c(176): remark #869: parameter "source" was never referenced
  static void *on_collect(oop_source *source,struct timeval when,void *data) {
                                      ^

select.c(176): remark #869: parameter "when" was never referenced
  static void *on_collect(oop_source *source,struct timeval when,void *data) {
                                                            ^

if /bin/sh ./libtool --mode=compile icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1  -I. -I.     -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT signal.lo -MD -MP -MF ".deps/signal.Tpo" \
  -c -o signal.lo `test -f 'signal.c' || echo './'`signal.c; \
then mv -f ".deps/signal.Tpo" ".deps/signal.Plo"; \
else rm -f ".deps/signal.Tpo"; exit 1; \
fi
 icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -I. -I. -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -o signal.o
icc: Command line warning: ignoring option '-W'; no argument required
signal.c(65): remark #869: parameter "source" was never referenced
  static void *on_pipe(oop_source *source,int fd,oop_event event,void *user) {
                                   ^

oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if /bin/sh ./libtool --mode=compile icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1  -I. -I.     -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT alloc.lo -MD -MP -MF ".deps/alloc.Tpo" \
  -c -o alloc.lo `test -f 'alloc.c' || echo './'`alloc.c; \
then mv -f ".deps/alloc.Tpo" ".deps/alloc.Plo"; \
else rm -f ".deps/alloc.Tpo"; exit 1; \
fi
 icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -I. -I. -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o
icc: Command line warning: ignoring option '-W'; no argument required
oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if /bin/sh ./libtool --mode=compile icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1  -I. -I.     -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT read.lo -MD -MP -MF ".deps/read.Tpo" \
  -c -o read.lo `test -f 'read.c' || echo './'`read.c; \
then mv -f ".deps/read.Tpo" ".deps/read.Plo"; \
else rm -f ".deps/read.Tpo"; exit 1; \
fi
 icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -I. -I. -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2 -MT read.lo -MD -MP -MF .deps/read.Tpo -c read.c -o read.o
icc: Command line warning: ignoring option '-W'; no argument required
read.c(136): remark #869: parameter "oop" was never referenced
  static int set_read(oop_source *oop, oop_read *rd) {
                                  ^

read.c(139): remark #869: parameter "oop" was never referenced
  static void cancel_read(oop_source *oop, oop_read *rd) {
                                      ^

read.c(178): remark #869: parameter "rd" was never referenced
  const char *oop_rd_errmsg(oop_read *rd, oop_rd_event event, int errnoval,
                                      ^

read.c(197): remark #869: parameter "when" was never referenced
  static void *on_time(oop_source *oop, struct timeval when, void *rd_void) {
                                                       ^

read.c(244): remark #810: conversion from "int" to "char" may lose significant bits
      buf[0]= rd->displacedchar;
            ^

read.c(264): remark #188: enumerated type mixed with another type
      event= -1;
           ^

read.c(347): remark #810: conversion from "ssize_t={__ssize_t={long}}" to "int" may lose significant bits
      nread= rd->ra->try_read(rd->ra, buf+rd->used, want-rd->used);
           ^

if /bin/sh ./libtool --mode=compile icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1  -I. -I.     -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT read-fd.lo -MD -MP -MF ".deps/read-fd.Tpo" \
  -c -o read-fd.lo `test -f 'read-fd.c' || echo './'`read-fd.c; \
then mv -f ".deps/read-fd.Tpo" ".deps/read-fd.Plo"; \
else rm -f ".deps/read-fd.Tpo"; exit 1; \
fi
 icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -I. -I. -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2 -MT read-fd.lo -MD -MP -MF .deps/read-fd.Tpo -c read-fd.c -o read-fd.o
icc: Command line warning: ignoring option '-W'; no argument required
oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if /bin/sh ./libtool --mode=compile icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1  -I. -I.     -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT read-mem.lo -MD -MP -MF ".deps/read-mem.Tpo" \
  -c -o read-mem.lo `test -f 'read-mem.c' || echo './'`read-mem.c; \
then mv -f ".deps/read-mem.Tpo" ".deps/read-mem.Plo"; \
else rm -f ".deps/read-mem.Tpo"; exit 1; \
fi
 icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -I. -I. -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2 -MT read-mem.lo -MD -MP -MF .deps/read-mem.Tpo -c read-mem.c -o read-mem.o
icc: Command line warning: ignoring option '-W'; no argument required
read-mem.c(58): remark #279: controlling expression is constant
        assert(!"must not lose flow of control");
        ^

read-mem.c(39): remark #869: parameter "when" was never referenced
  static void *process(oop_source *oop, struct timeval when, void *ram_void) {
                                                       ^

/bin/sh ./libtool --mode=link icc  -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2    -o liboop.la -rpath /export/d1/xenofarm/lsh/gosroth.roxen.com/buildtmp/dist/pfx/lib -version-info 4:1:0  sys.lo select.lo signal.lo alloc.lo read.lo read-fd.lo read-mem.lo  
mkdir .libs
ar cru .libs/liboop.a  sys.o select.o signal.o alloc.o read.o read-fd.o read-mem.o
ranlib .libs/liboop.a
creating liboop.la
(cd .libs && rm -f liboop.la && ln -s ../liboop.la liboop.la)
if icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1  -I. -I.        -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT test_oop-test-oop.o -MD -MP -MF ".deps/test_oop-test-oop.Tpo" \
  -c -o test_oop-test-oop.o `test -f 'test-oop.c' || echo './'`test-oop.c; \
then mv -f ".deps/test_oop-test-oop.Tpo" ".deps/test_oop-test-oop.Po"; \
else rm -f ".deps/test_oop-test-oop.Tpo"; exit 1; \
fi
icc: Command line warning: ignoring option '-W'; no argument required
test-oop.c(107): remark #869: parameter "sig" was never referenced
  static void *stop_timer(oop_source *source,int sig,void *data) {
                                                 ^

test-oop.c(137): remark #279: controlling expression is constant
  		assert(0 && "unknown signal?");
  		^

test-oop.c(125): remark #869: parameter "data" was never referenced
  static void *on_signal(oop_source *source,int sig,void *data) {
                                                          ^

test-oop.c(147): remark #810: conversion from "ssize_t={__ssize_t={long}}" to "int" may lose significant bits
  	int r = read(fd,buf,sizeof(buf));
  	        ^

test-oop.c(145): remark #869: parameter "source" was never referenced
  static void *on_data(oop_source *source,int fd,oop_event event,void *data) {
                                   ^

test-oop.c(145): remark #869: parameter "event" was never referenced
  static void *on_data(oop_source *source,int fd,oop_event event,void *data) {
                                                           ^

test-oop.c(145): remark #869: parameter "data" was never referenced
  static void *on_data(oop_source *source,int fd,oop_event event,void *data) {
                                                                       ^

test-oop.c(153): remark #869: parameter "sig" was never referenced
  static void *stop_data(oop_source *source,int sig,void *data) {
                                                ^

test-oop.c(153): remark #869: parameter "data" was never referenced
  static void *stop_data(oop_source *source,int sig,void *data) {
                                                          ^

test-oop.c(190): remark #869: parameter "src" was never referenced
  static void add_readline(oop_source *src) {
                                       ^

test-oop.c(271): remark #869: parameter "src" was never referenced
  static void add_adns(oop_source *src) {
                                   ^

test-oop.c(346): remark #869: parameter "source" was never referenced
  static void add_www(oop_source *source) {
                                  ^

test-oop.c(371): remark #279: controlling expression is constant
  	       (assert(!"event must be valid"), (char*)0),
  	        ^

test-oop.c(374): remark #981: operands are evaluated in unspecified order
  	       errnoval ? strerror(errnoval) : "Zero");
  	       ^

test-oop.c(362): remark #981: operands are evaluated in unspecified order
  	printf("read %s %s%s%s%s %s ",
  	^

test-oop.c(409): remark #869: parameter "sig" was never referenced
  static void *stop_read(oop_source *src,int sig,void *rd_v) {
                                             ^

test-oop.c(422): remark #869: parameter "src" was never referenced
  static void on_read_std_err(oop_source *src, oop_read *rd) {
                                          ^

test-oop.c(461): remark #810: conversion from "unsigned long" to "char" may lose significant bits
  			style.delim= strtoul(delimspec,&ep,16);
  			           ^

test-oop.c(507): remark #869: parameter "source" was never referenced
  static void *stop_loop_delayed(oop_source *source,struct timeval tv,void *x) {
                                             ^

test-oop.c(507): remark #869: parameter "tv" was never referenced
  static void *stop_loop_delayed(oop_source *source,struct timeval tv,void *x) {
                                                                   ^

test-oop.c(507): remark #869: parameter "x" was never referenced
  static void *stop_loop_delayed(oop_source *source,struct timeval tv,void *x) {
                                                                            ^

test-oop.c(511): remark #869: parameter "sig" was never referenced
  static void *stop_loop(oop_source *source,int sig,void *x) {
                                                ^

test-oop.c(511): remark #869: parameter "x" was never referenced
  static void *stop_loop(oop_source *source,int sig,void *x) {
                                                          ^

/bin/sh ./libtool --mode=link icc  -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2    -o test-oop  test_oop-test-oop.o liboop.la  
icc -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2 -o test-oop test_oop-test-oop.o  ./.libs/liboop.a
icc: Command line warning: ignoring option '-W'; no argument required