Hi,<br>I am a newbie to Netperf.<br><br>I am trying to install netperf2.4.1 in Fedora Core 8 but it fails.<br>The <span style="font-weight: bold;">kernel version is 2.6.23.1-42.fc8</span><br style="font-weight: bold;"><br>
Steps for installation :<br><br>./configure -> this works fine<br>make -> error message is shown as follows :<br><br>[root@localhost netperf]# make<br>make all-recursive<br>make[1]: Entering directory `/opt/netperf'<br>
Making all in src<br>make[2]: Entering directory `/opt/netperf/src'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT netperf.o -MD -MP -MF ".deps/netperf.Tpo" \<br> -c -o netperf.o `test -f 'netperf.c' || echo './'`netperf.c; \<br>
then mv -f ".deps/netperf.Tpo" ".deps/netperf.Po"; \<br> else rm -f ".deps/netperf.Tpo"; exit 1; \<br> fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT netlib.o -MD -MP -MF ".deps/netlib.Tpo" \<br>
-c -o netlib.o `test -f 'netlib.c' || echo './'`netlib.c; \<br> then mv -f ".deps/netlib.Tpo" ".deps/netlib.Po"; \<br> else rm -f ".deps/netlib.Tpo"; exit 1; \<br>
fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT netsh.o -MD -MP -MF ".deps/netsh.Tpo" \<br> -c -o netsh.o `test -f 'netsh.c' || echo './'`netsh.c; \<br> then mv -f ".deps/netsh.Tpo" ".deps/netsh.Po"; \<br>
else rm -f ".deps/netsh.Tpo"; exit 1; \<br> fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT nettest_bsd.o -MD -MP -MF ".deps/nettest_bsd.Tpo" \<br> -c -o nettest_bsd.o `test -f 'nettest_bsd.c' || echo './'`nettest_bsd.c; \<br>
then mv -f ".deps/nettest_bsd.Tpo" ".deps/nettest_bsd.Po"; \<br> else rm -f ".deps/nettest_bsd.Tpo"; exit 1; \<br> fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT nettest_dlpi.o -MD -MP -MF ".deps/nettest_dlpi.Tpo" \<br>
-c -o nettest_dlpi.o `test -f 'nettest_dlpi.c' || echo './'`nettest_dlpi.c; \<br> then mv -f ".deps/nettest_dlpi.Tpo" ".deps/nettest_dlpi.Po"; \<br> else rm -f ".deps/nettest_dlpi.Tpo"; exit 1; \<br>
fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT nettest_dns.o -MD -MP -MF ".deps/nettest_dns.Tpo" \<br> -c -o nettest_dns.o `test -f 'nettest_dns.c' || echo './'`nettest_dns.c; \<br>
then mv -f ".deps/nettest_dns.Tpo" ".deps/nettest_dns.Po"; \<br> else rm -f ".deps/nettest_dns.Tpo"; exit 1; \<br> fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT nettest_unix.o -MD -MP -MF ".deps/nettest_unix.Tpo" \<br>
-c -o nettest_unix.o `test -f 'nettest_unix.c' || echo './'`nettest_unix.c; \<br> then mv -f ".deps/nettest_unix.Tpo" ".deps/nettest_unix.Po"; \<br> else rm -f ".deps/nettest_unix.Tpo"; exit 1; \<br>
fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT nettest_xti.o -MD -MP -MF ".deps/nettest_xti.Tpo" \<br> -c -o nettest_xti.o `test -f 'nettest_xti.c' || echo './'`nettest_xti.c; \<br>
then mv -f ".deps/nettest_xti.Tpo" ".deps/nettest_xti.Po"; \<br> else rm -f ".deps/nettest_xti.Tpo"; exit 1; \<br> fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT nettest_sctp.o -MD -MP -MF ".deps/nettest_sctp.Tpo" \<br>
-c -o nettest_sctp.o `test -f 'nettest_sctp.c' || echo './'`nettest_sctp.c; \<br> then mv -f ".deps/nettest_sctp.Tpo" ".deps/nettest_sctp.Po"; \<br> else rm -f ".deps/nettest_sctp.Tpo"; exit 1; \<br>
fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT netcpu_procstat.o -MD -MP -MF ".deps/netcpu_procstat.Tpo" \<br> -c -o netcpu_procstat.o `test -f 'netcpu_procstat.c' || echo './'`netcpu_procstat.c; \<br>
then mv -f ".deps/netcpu_procstat.Tpo" ".deps/netcpu_procstat.Po"; \<br> else rm -f ".deps/netcpu_procstat.Tpo"; exit 1; \<br> fi<br>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 <br>
<span style="font-weight: bold;">netlib.o: In function `bind_to_specific_processor':</span><br style="font-weight: bold;"><span style="font-weight: bold;">/opt/netperf/src/netlib.c:1725: undefined reference to `__CPU_ZERO'</span><br style="font-weight: bold;">
<span style="font-weight: bold;">/opt/netperf/src/netlib.c:1727: undefined reference to `__CPU_SET'</span><br style="font-weight: bold;"><span style="font-weight: bold;">collect2: ld returned 1 exit status</span><br style="font-weight: bold;">
<span style="font-weight: bold;">make[2]: *** [netperf] Error 1</span><br style="font-weight: bold;"><span style="font-weight: bold;">make[2]: Leaving directory `/opt/netperf/src'</span><br style="font-weight: bold;">
<span style="font-weight: bold;">make[1]: *** [all-recursive] Error 1</span><br style="font-weight: bold;"><span style="font-weight: bold;">make[1]: Leaving directory `/opt/netperf'</span><br style="font-weight: bold;">
<span style="font-weight: bold;">make: *** [all] Error 2</span><br style="font-weight: bold;">I am not able to understand if it is OS specific since I successfully installed the same package in openSUSE 10.3(i586)<br><br>
An help will be helpful.<br><br>Thanks,<br>AB<br><br>