[netperf-talk] Urgent: help required for instaling netperf 2.4.1 on fedora Core 8 (kernel version is 2.6.23.1-42.fc8)

Anupama Biswas anupama.biswas at aggiemail.usu.edu
Thu Feb 28 16:01:51 PST 2008


Hi,
I am a newbie to Netperf.

I am trying to install netperf2.4.1 in Fedora Core 8 but it fails.
The kernel version is 2.6.23.1-42.fc8

Steps for installation :

./configure -> this works fine
make -> error message is shown as follows :

[root at localhost netperf]# make
make  all-recursive
make[1]: Entering directory `/opt/netperf'
Making all in src
make[2]: Entering directory `/opt/netperf/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT netperf.o -MD -MP -MF
".deps/netperf.Tpo" \
          -c -o netperf.o `test -f 'netperf.c' || echo './'`netperf.c; \
        then mv -f ".deps/netperf.Tpo" ".deps/netperf.Po"; \
        else rm -f ".deps/netperf.Tpo"; exit 1; \
        fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT netlib.o -MD -MP -MF
".deps/netlib.Tpo" \
          -c -o netlib.o `test -f 'netlib.c' || echo './'`netlib.c; \
        then mv -f ".deps/netlib.Tpo" ".deps/netlib.Po"; \
        else rm -f ".deps/netlib.Tpo"; exit 1; \
        fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT netsh.o -MD -MP -MF
".deps/netsh.Tpo" \
          -c -o netsh.o `test -f 'netsh.c' || echo './'`netsh.c; \
        then mv -f ".deps/netsh.Tpo" ".deps/netsh.Po"; \
        else rm -f ".deps/netsh.Tpo"; exit 1; \
        fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT nettest_bsd.o -MD -MP -MF
".deps/nettest_bsd.Tpo" \
          -c -o nettest_bsd.o `test -f 'nettest_bsd.c' || echo
'./'`nettest_bsd.c; \
        then mv -f ".deps/nettest_bsd.Tpo" ".deps/nettest_bsd.Po"; \
        else rm -f ".deps/nettest_bsd.Tpo"; exit 1; \
        fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT nettest_dlpi.o -MD -MP
-MF ".deps/nettest_dlpi.Tpo" \
          -c -o nettest_dlpi.o `test -f 'nettest_dlpi.c' || echo
'./'`nettest_dlpi.c; \
        then mv -f ".deps/nettest_dlpi.Tpo" ".deps/nettest_dlpi.Po"; \
        else rm -f ".deps/nettest_dlpi.Tpo"; exit 1; \
        fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT nettest_dns.o -MD -MP -MF
".deps/nettest_dns.Tpo" \
          -c -o nettest_dns.o `test -f 'nettest_dns.c' || echo
'./'`nettest_dns.c; \
        then mv -f ".deps/nettest_dns.Tpo" ".deps/nettest_dns.Po"; \
        else rm -f ".deps/nettest_dns.Tpo"; exit 1; \
        fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT nettest_unix.o -MD -MP
-MF ".deps/nettest_unix.Tpo" \
          -c -o nettest_unix.o `test -f 'nettest_unix.c' || echo
'./'`nettest_unix.c; \
        then mv -f ".deps/nettest_unix.Tpo" ".deps/nettest_unix.Po"; \
        else rm -f ".deps/nettest_unix.Tpo"; exit 1; \
        fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT nettest_xti.o -MD -MP -MF
".deps/nettest_xti.Tpo" \
          -c -o nettest_xti.o `test -f 'nettest_xti.c' || echo
'./'`nettest_xti.c; \
        then mv -f ".deps/nettest_xti.Tpo" ".deps/nettest_xti.Po"; \
        else rm -f ".deps/nettest_xti.Tpo"; exit 1; \
        fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT nettest_sctp.o -MD -MP
-MF ".deps/nettest_sctp.Tpo" \
          -c -o nettest_sctp.o `test -f 'nettest_sctp.c' || echo
'./'`nettest_sctp.c; \
        then mv -f ".deps/nettest_sctp.Tpo" ".deps/nettest_sctp.Po"; \
        else rm -f ".deps/nettest_sctp.Tpo"; exit 1; \
        fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT netcpu_procstat.o -MD -MP
-MF ".deps/netcpu_procstat.Tpo" \
          -c -o netcpu_procstat.o `test -f 'netcpu_procstat.c' || echo
'./'`netcpu_procstat.c; \
        then mv -f ".deps/netcpu_procstat.Tpo" ".deps/netcpu_procstat.Po"; \
        else rm -f ".deps/netcpu_procstat.Tpo"; exit 1; \
        fi
gcc  -g -O2   -o netperf  netperf.o netlib.o netsh.o nettest_bsd.o
nettest_dlpi.o nettest_dns.o nettest_unix.o nettest_xti.o nettest_sctp.o
netcpu_procstat.o  -lm
netlib.o: In function `bind_to_specific_processor':
/opt/netperf/src/netlib.c:1725: undefined reference to `__CPU_ZERO'
/opt/netperf/src/netlib.c:1727: undefined reference to `__CPU_SET'
collect2: ld returned 1 exit status
make[2]: *** [netperf] Error 1
make[2]: Leaving directory `/opt/netperf/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/netperf'
make: *** [all] Error 2
I am not able to understand if it is OS specific since I successfully
installed the same package in openSUSE 10.3(i586)

An help will be helpful.

Thanks,
AB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.netperf.org/pipermail/netperf-talk/attachments/20080228/6fd4efca/attachment.htm 


More information about the netperf-talk mailing list