[netperf-talk] Make fails on HP-UX 11.23
Oliw, Thomas
thomas.oliw at hp.com
Wed Apr 14 00:48:08 PDT 2010
Hello,
I am trying to build netperf version 2.4.5 on HP-UX 11.23 but I get an error early in the "make" process.
I am using gcc 3.4.3
Is this familiar to anyone of you netperf pro:s?
Best Regards,
Thomas Oliw
bash-3.00# make
No suffix list.
make all-recursive
No suffix list.
Making all in src
Making all in missing
Making all in m4
No suffix list.
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
In file included from netperf.c:73:
netlib.h:651:1: warning: "HAVE_BZERO" redefined
In file included from netlib.h:6,
from netperf.c:73:
../config.h:20:1: warning: this is the location of the previous definition
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
In file included from netlib.c:173:
netlib.h:651:1: warning: "HAVE_BZERO" redefined
In file included from netlib.h:6,
from netlib.c:173:
../config.h:20:1: warning: this is the location of the previous definition
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
In file included from netsh.c:21:
/usr/include/sys/ipc.h:51: error: parse error before "cid_t"
/usr/include/sys/ipc.h:56: error: parse error before '}' token
In file included from netsh.c:65:
netlib.h:651:1: warning: "HAVE_BZERO" redefined
In file included from netlib.h:6,
from netsh.c:65:
../config.h:20:1: warning: this is the location of the previous definition
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
The previous "configure" is successfull:
bash-3.00# ./configure
checking build system type... ia64-hp-hpux11.23
checking host system type... ia64-hp-hpux11.23
checking target system type... ia64-hp-hpux11.23
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for main in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking ifaddrs.h usability... no
checking ifaddrs.h presence... no
checking for ifaddrs.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for main in -lsocket... no
checking for main in -lmach... no
checking for an ANSI C-conforming const... (cached) yes
checking for off_t... yes
checking for size_t... yes
checking for socklen_t equivalent... int
checking for h_errno declaration in netdb.h... yes
checking for struct sockaddr_storage... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking if sockaddr struct has sa_len member... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether setpgrp takes no argument... yes
checking return type of signal handlers... void
checking for alarm... yes
checking for bzero... yes
checking for gethostbyname... yes
checking for gethrtime... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for memcpy... yes
checking for munmap... yes
checking for select... yes
checking for socket... yes
checking for sqrt... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strstr... yes
checking for strtoul... yes
checking for uname... yes
checking for getnameinfo... yes
checking for getaddrinfo... yes
checking for inet_ntop... yes
checking for getifaddrs... no
checking for sendfile... yes
checking for uname... (cached) yes
checking for mpctl... yes
checking for processor_bind... no
checking for sched_setaffinity... no
checking for bind_to_cpu_id... no
checking for bindprocessor... no
checking whether to include histogram support... no
checking whether to include dirty support... no
checking whether to include demo support... no
checking whether to include Unix-domain socket tests... no
checking whether to include DLPI tests... no
checking whether to include DCCP tests... no
checking whether to include OMNI tests... no
checking whether to include XTI tests... no
checking whether to include SDP tests... no
checking whether to include ICSC-EXS tests... no
checking whether to include SCTP tests... no
checking whether to include paced send (intervals) support... no
checking whether paced sends should spin... no
checking whether to include initial burst support in _RR tests... no
checking which CPU utilization measurement type to use... "pstatnew - auto"
checking which route lookup type to use... "none. Consider teaching configure about your platform."
checking which slot lookup type to use... "none. Consider teaching configure about your platform."
checking which sec lookup type to use... "none. Consider teaching configure about your platform."
checking which driver info lookup type to use... "none. Consider teaching configure about your platform."
checking which system info lookup type to use... "hpux11i - auto"
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/netperf_version.h
config.status: creating src/Makefile
config.status: creating src/missing/Makefile
config.status: creating src/missing/m4/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating netperf.spec
config.status: creating config.h
config.status: executing depfiles commands
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.netperf.org/pipermail/netperf-talk/attachments/20100414/fd217cd8/attachment-0001.html>
More information about the netperf-talk
mailing list