compiling on irix 6.4 problem

David Anders Winarsky (daw7@duke.edu)
Tue, 8 Jun 1999 13:26:33 -0400 (EDT)

I'm trying to compile netperf on an SGI Octane running irix 6.4 and this is
what I am getting

bach|/opt/netperf/src/netperf-2.1pl3# make
cc -O -DDEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -DUSE_LOOPER -c
netperf. c Unmatched " *** Error code 1 (bu21)

I tried changing around and even getting rid of the quotes, but then I
get this type of error:

bach|/opt/netperf/src/netperf-2.1pl3# make
cc -O -DDEBUG_LOG_FILE=/tmp/netperf.debug -DUSE_LOOPER -c netperf.c
cc -O -DDEBUG_LOG_FILE=/tmp/netperf.debug -DUSE_LOOPER -c netsh.c
cc -O -DDEBUG_LOG_FILE=/tmp/netperf.debug -DUSE_LOOPER -c netlib.c
cc -O -DDEBUG_LOG_FILE=/tmp/netperf.debug -DUSE_LOOPER -c
nettest_bsd.c
cc -O -DDEBUG_LOG_FILE=/tmp/netperf.debug -DUSE_LOOPER -c
nettest_dlpi.c
cc -O -DDEBUG_LOG_FILE=/tmp/netperf.debug -DUSE_LOOPER -c
nettest_unix.c
cc -O -DDEBUG_LOG_FILE=/tmp/netperf.debug -DUSE_LOOPER -c
nettest_fore.c
cc -O -DDEBUG_LOG_FILE=/tmp/netperf.debug -DUSE_LOOPER -c
nettest_hippi.c
cc -O -DDEBUG_LOG_FILE=/tmp/netperf.debug -DUSE_LOOPER -c
nettest_xti.c
cc -O -DDEBUG_LOG_FILE=/tmp/netperf.debug -DUSE_LOOPER -c
nettest_ipv6.c
cc -o netperf netperf.o netsh.o netlib.o nettest_bsd.o nettest_dlpi.o
nettest_unix.o nettest_fore.o nettest_hippi.o nettest_xti.o nettest_ipv6.o
-lm ld32: WARNING 16: test_name used in netsh.o and netperf.o has different
sizes. See explanation in the gp_overflow(5) manpage. ld32: WARNING 16:
test_name used in nettest_bsd.o and netsh.o has different sizes. See
explanation in the gp_overflow(5) manpage. ld32: WARNING 84:
/usr/lib32/mips4/libm.so is not used for resolving any symbol.
cc -O -DDEBUG_LOG_FILE=/tmp/netperf.debug -DUSE_LOOPER -c netserver.c
"netserver.c", line 475: warning(1110): statement is unreachable
break; /*case 0*/ "netserver.c", line 545: error(1029): expected an
expression ^
if ((where = fopen(DEBUG_LOG_FILE, "w")) == NULL) { "netserver.c", line
550: error(1029): expected an expression ^
chmod(DEBUG_LOG_FILE,0644); 2 errors detected in the compilation of
"netserver.c". ^ *** Error code 2 (bu21)

Thanks for any assistance, Dave