README.aix
Upload User: kvgkvg
Upload Date: 2015-05-07
Package Size: 1129k
Code Size: 1k
Development Platform:

C/C++

  1. Pseudo-random things about netperf on AIX:
  2. While it _should_ not be necessary in the release bits, the rc bits
  3. for netperf 2.4.0 required:
  4.     configure _may_ need:
  5.     CFLAGS="-qcpluscmt -lperfstat"
  6.     until such time as Rick Jones can figure-out or be told how to
  7.     automagically add those using the configure script (hint hint :)
  8. The release bits should be OK without the above.  Depending on the
  9. name used to invoke the compiler, the -qmumble option may be implicit.
  10. AIX include files have a VERY unfortuneate set of #define's in them
  11. for phrases network oriented programs are QUITE likely to have in
  12. their source - "rem_addr" and "rem_size" A "cousin" of the Netperf
  13. Contributing Editor reports this interferes with --enable-dlpi
  14. compilation and that it was also a problem for MySQL compiltion.
  15. While we await IBM's APAR with bated breath, netperf has been kludged
  16. to workaround this bug in IBM's include files.  It has been reported
  17. that a "PMR" 34940,212,848 has been submitted to IBM in relation to
  18. this bug in their header files.