[netperf-dev] netperf4 commit notice r119 - branches/glib_migration
raj at netperf.org
raj at netperf.org
Thu Mar 30 17:07:17 PST 2006
Author: raj
Date: 2006-03-30 17:07:15 -0800 (Thu, 30 Mar 2006)
New Revision: 119
Modified:
branches/glib_migration/configure
branches/glib_migration/configure.ac
Log:
ah, so there are some additional options needed by gcc, at least under
linux, not sure what this might do to a gcc compilation under HP-UX,
but my guess is it is necessary there as well.
Modified: branches/glib_migration/configure
===================================================================
--- branches/glib_migration/configure 2006-03-31 00:32:51 UTC (rev 118)
+++ branches/glib_migration/configure 2006-03-31 01:07:15 UTC (rev 119)
@@ -24141,7 +24141,7 @@
case $GCC in
yes)
CFLAGS="$CFLAGS -pthread $pkg_config_cflags"
- LIBS="$LIBS -pthread $pkg_config_libs_L $pkg_config_libs_l"
+ LIBS="$LIBS -Wl,--export-dynamic -pthread $pkg_config_libs_L $pkg_config_libs_l"
;;
*)
CFLAGS="$CLFAGS $pkg_config_cflags "
Modified: branches/glib_migration/configure.ac
===================================================================
--- branches/glib_migration/configure.ac 2006-03-31 00:32:51 UTC (rev 118)
+++ branches/glib_migration/configure.ac 2006-03-31 01:07:15 UTC (rev 119)
@@ -600,7 +600,7 @@
case $GCC in
yes)
CFLAGS="$CFLAGS -pthread $pkg_config_cflags"
- LIBS="$LIBS -pthread $pkg_config_libs_L $pkg_config_libs_l"
+ LIBS="$LIBS -Wl,--export-dynamic -pthread $pkg_config_libs_L $pkg_config_libs_l"
;;
*)
CFLAGS="$CLFAGS $pkg_config_cflags "
More information about the netperf-dev
mailing list