Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
README.aix
Package: netperf-2.4.4.tar.gz [view]
Upload User: kvgkvg
Upload Date: 2015-05-07
Package Size: 1129k
Code Size: 1k
Category:
Linux-Unix program
Development Platform:
C/C++
- Pseudo-random things about netperf on AIX:
- While it _should_ not be necessary in the release bits, the rc bits
- for netperf 2.4.0 required:
- configure _may_ need:
- CFLAGS="-qcpluscmt -lperfstat"
- until such time as Rick Jones can figure-out or be told how to
- automagically add those using the configure script (hint hint :)
- The release bits should be OK without the above. Depending on the
- name used to invoke the compiler, the -qmumble option may be implicit.
- AIX include files have a VERY unfortuneate set of #define's in them
- for phrases network oriented programs are QUITE likely to have in
- their source - "rem_addr" and "rem_size" A "cousin" of the Netperf
- Contributing Editor reports this interferes with --enable-dlpi
- compilation and that it was also a problem for MySQL compiltion.
- While we await IBM's APAR with bated breath, netperf has been kludged
- to workaround this bug in IBM's include files. It has been reported
- that a "PMR" 34940,212,848 has been submitted to IBM in relation to
- this bug in their header files.