venture37

spiped on AIX with XLS

Aug 23rd, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. export CFLAGS="${CFLAGS:--O2}" \
  2. export LDADD_POSIX=`export CC="cc"; cd POSIX && command -p sh posix-l.sh`; \
  3. export CFLAGS_POSIX=`export CC="cc"; cd POSIX && command -p sh posix-cflags.sh`; \
  4. ( export CC="cc"; cd libcperciva/cpusupport/Build && command -p sh cpusupport.sh ) > cpusupport-config.h; \
  5. . cpusupport-config.h; \
  6. for D in spiped spipe; do \
  7. ( cd ${D} && make all ) || exit 2; \
  8. done
  9. Checking if compiler supports X86 CPUID feature... no
  10. Checking if compiler supports X86 AESNI feature... no
  11. make[1]: Entering directory `/home/u0015315/spiped-1.4.0a/spiped'
  12. cc -O2 -D_POSIX_C_SOURCE=200809L -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I .. -I ../proto -I ../libcperciva/alg -I ../libcperciva/datastruct -I ../lib/dnsthread -I ../libcperciva/util -I ../libcperciva/cpusupport -I ../libcperciva/events -I ../libcperciva/network -I ../libcperciva/crypto -c main.c -o main.o
  13. cc -O2 -D_POSIX_C_SOURCE=200809L -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I .. -I ../proto -I ../libcperciva/alg -I ../libcperciva/datastruct -I ../lib/dnsthread -I ../libcperciva/util -I ../libcperciva/cpusupport -I ../libcperciva/events -I ../libcperciva/network -I ../libcperciva/crypto -c dispatch.c -o dispatch.o
  14. cc -O2 -D_POSIX_C_SOURCE=200809L -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I .. -I ../proto -I ../libcperciva/alg -I ../libcperciva/datastruct -I ../lib/dnsthread -I ../libcperciva/util -I ../libcperciva/cpusupport -I ../libcperciva/events -I ../libcperciva/network -I ../libcperciva/crypto -c ../proto/proto_conn.c -o proto_conn.o
  15. cc -O2 -D_POSIX_C_SOURCE=200809L -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I .. -I ../proto -I ../libcperciva/alg -I ../libcperciva/datastruct -I ../lib/dnsthread -I ../libcperciva/util -I ../libcperciva/cpusupport -I ../libcperciva/events -I ../libcperciva/network -I ../libcperciva/crypto -c ../proto/proto_crypt.c -o proto_crypt.o
  16. "../libcperciva/util/sysendian.h", line 22.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
  17. "../libcperciva/util/sysendian.h", line 20.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
  18. "../libcperciva/util/sysendian.h", line 31.34: 1506-045 (S) Undeclared identifier pp.
  19. "../libcperciva/util/sysendian.h", line 33.16: 1506-045 (S) Undeclared identifier x.
  20. "../libcperciva/util/sysendian.h", line 39.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
  21. "../libcperciva/util/sysendian.h", line 37.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
  22. "../libcperciva/util/sysendian.h", line 49.34: 1506-045 (S) Undeclared identifier pp.
  23. "../libcperciva/util/sysendian.h", line 51.16: 1506-045 (S) Undeclared identifier x.
  24. "../libcperciva/util/sysendian.h", line 59.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
  25. "../libcperciva/util/sysendian.h", line 57.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
  26. "../libcperciva/util/sysendian.h", line 71.34: 1506-045 (S) Undeclared identifier pp.
  27. "../libcperciva/util/sysendian.h", line 73.16: 1506-045 (S) Undeclared identifier x.
  28. "../libcperciva/util/sysendian.h", line 85.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
  29. "../libcperciva/util/sysendian.h", line 83.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
  30. "../libcperciva/util/sysendian.h", line 94.34: 1506-045 (S) Undeclared identifier pp.
  31. "../libcperciva/util/sysendian.h", line 96.16: 1506-045 (S) Undeclared identifier x.
  32. "../libcperciva/util/sysendian.h", line 102.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
  33. "../libcperciva/util/sysendian.h", line 100.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
  34. "../libcperciva/util/sysendian.h", line 112.34: 1506-045 (S) Undeclared identifier pp.
  35. "../libcperciva/util/sysendian.h", line 114.16: 1506-045 (S) Undeclared identifier x.
  36. "../libcperciva/util/sysendian.h", line 122.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
  37. "../libcperciva/util/sysendian.h", line 120.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
  38. "../libcperciva/util/sysendian.h", line 134.34: 1506-045 (S) Undeclared identifier pp.
  39. "../libcperciva/util/sysendian.h", line 136.16: 1506-045 (S) Undeclared identifier x.
  40. make[1]: *** [proto_crypt.o] Error 1
  41. make[1]: Leaving directory `/home/u0015315/spiped-1.4.0a/spiped'
  42. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment