[netperf-dev] netperf4 commit notice r206 - trunk
burger at netperf.org
burger at netperf.org
Fri Mar 9 10:38:35 PST 2007
Author: burger
Date: 2007-03-09 10:38:34 -0800 (Fri, 09 Mar 2007)
New Revision: 206
Modified:
trunk/README.hpux
Log:
dumdeedum
Modified: trunk/README.hpux
===================================================================
--- trunk/README.hpux 2007-03-09 00:44:49 UTC (rev 205)
+++ trunk/README.hpux 2007-03-09 18:38:34 UTC (rev 206)
@@ -42,4 +42,17 @@
and glib. Often this is in /usr/local/bin and /usr/local/bin is not
always in one's PATH variable. So, it may be necessary to include
/usr/local/lib in the PATH variable before running the configure
-script.
\ No newline at end of file
+script. Also PKG_CONFIG_PATH may need to be set so pkg-config knows
+where to search for dependency *.pc files. These files are located
+in the /usr/local/lib/hpux32/pkgconfig directory on HPUX.
+
+glib-2.0 will generate compile errors because GNUC was used to generate it.
+The file /usr/local/lib/hpux32/glib-2.0/include/glibconfig.h must be modified
+undefine G_HAVE_INLINE and undefine G_HAVE___INLINE__
+or several glib include files will not compile correctly with the HPUX ansiC
+compiler. glibconfig.h is included by gtypes.h which is included by many
+different glib include files.
+
+libxml2.so has 2 unresolved symbols __divsi3 and __modsi3.
+
+
More information about the netperf-dev
mailing list