[netperf-dev] netperf4 commit notice r55 - trunk
raj at netperf.org
raj at netperf.org
Thu Jan 26 21:09:14 PST 2006
Author: raj
Date: 2006-01-26 21:09:12 -0800 (Thu, 26 Jan 2006)
New Revision: 55
Added:
trunk/README.osx
Modified:
trunk/README.linux
Log:
It is official, netperf4 actually compiles and runs under MacOS X 10.3.9
Modified: trunk/README.linux
===================================================================
--- trunk/README.linux 2006-01-26 21:10:27 UTC (rev 54)
+++ trunk/README.linux 2006-01-27 05:09:12 UTC (rev 55)
@@ -1,9 +1,9 @@
-Until I can find a way to get the configure script ot add it
-automagically, you need to define something along the lines of
-_GNU_SOURCE in CPPFLAGS when doing the configure:
+It is no longer necessary to set CPPFLAGS before ./configure:
CPPFLAGS="-D_GNU_SOURCE" ./configure
-Otherwise, the ever-so-helpful Linux (debian at least) build
-environment will not find things like the posix_rwlock_t that are
-seemingly so easily found on other platforms (eg HP-UX).
+As I've added some automagic stuff to the configure script to add
+-D_GNU_SOURCE to the CPPFLAGS when configure runs. In this way Linux
+(debian at least) build environment can find things like the
+posix_rwlock_t that are seemingly so easily found on other platforms
+(eg HP-UX, MacOS X).
Added: trunk/README.osx
===================================================================
--- trunk/README.osx 2006-01-26 21:10:27 UTC (rev 54)
+++ trunk/README.osx 2006-01-27 05:09:12 UTC (rev 55)
@@ -0,0 +1,5 @@
+Netperf4 has been compiled and even seems to work :) on MacOS X 10.3.9
+using the Xcode 1.5 development bits. It does not as yet know how to
+take CPU utilization measurements, nor how to bind threads to a
+specific CPU. Anything you may have to contribute in those areas
+would be most welcome.
More information about the netperf-dev
mailing list