[netperf-talk] Errors compiling netperf on Opteron running Fedora-9
Rahul Nabar
rpnabar at gmail.com
Mon Sep 8 16:54:48 PDT 2008
I tried to install netperf by using the src at ftp://ftp.netperf.org/.
.configure throws no errors but make fails. I'm attaching a snippet
below of the make output. Any ideas what I might be messing up?
--
Rahul
******************************
make all-recursive
make[1]: Entering directory `/usr/local/src/netperf-2.4.4'
Making all in src
make[2]: Entering directory `/usr/local/src/netperf-2.4.4/src'
Making all in missing
make[3]: Entering directory `/usr/local/src/netperf-2.4.4/src/missing'
Making all in m4
make[4]: Entering directory `/usr/local/src/netperf-2.4.4/src/missing/m4'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/local/src/netperf-2.4.4/src/missing/m4'
make[4]: Entering directory `/usr/local/src/netperf-2.4.4/src/missing'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/usr/local/src/netperf-2.4.4/src/missing'
make[3]: Leaving directory `/usr/local/src/netperf-2.4.4/src/missing'
make[3]: Entering directory `/usr/local/src/netperf-2.4.4/src'
gcc -g -O2 -o netperf netperf.o netlib.o netsh.o nettest_bsd.o
nettest_dlpi.o nettest_unix.o nettest_xti.o nettest_sctp.o
nettest_sdp.o netcpu_procstat.o -lm
netlib.o: In function `alloc_sendfile_buf_ring':
/usr/local/src/netperf-2.4.4/src/netlib.c:1545: warning: the use of
`tmpnam' is dangerous, better use `mkstemp'
netlib.o: In function `bind_to_specific_processor':
netlib.c:(.text+0x2a96): undefined reference to `__CPU_ZERO'
netlib.c:(.text+0x2aa2): undefined reference to `__CPU_SET'
collect2: ld returned 1 exit status
make[3]: *** [netperf] Error 1
make[3]: Leaving directory `/usr/local/src/netperf-2.4.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/netperf-2.4.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/netperf-2.4.4'
make: *** [all] Error 2
***************************************************************************************************
More information about the netperf-talk
mailing list