Commit in SimDist on MAIN
build/packages.m4+3-31.9 -> 1.10
configure+6-61.25 -> 1.26
+9-9
2 modified files
JM: Disable threading in Xerces package so static lib links without errors.

SimDist/build
packages.m4 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- packages.m4	6 Apr 2006 20:08:41 -0000	1.9
+++ packages.m4	3 May 2006 23:04:13 -0000	1.10
@@ -216,13 +216,13 @@
 
 if test $host_os == "Linux"
 then
-  xerces_configure_args="-plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread -P \$(PACKAGE_BASEDIR)"
+  xerces_configure_args="-plinux -cgcc -xg++ -minmem -nsocket -tnative -rnone -P \$(PACKAGE_BASEDIR)"
 elif test $host_os == "WIN32"
 then
-  xerces_configure_args="-pcygwin -cgcc -xg++ -minmem -nsocket -tnative -rpthread -P \$(PACKAGE_BASEDIR)"
+  xerces_configure_args="-pcygwin -cgcc -xg++ -minmem -nsocket -tnative -rnone -P \$(PACKAGE_BASEDIR)"
 elif test $host_os == "Darwin"
 then
-  xerces_configure_args="-p macosx -nnative -tnative -P \$(xerces_base_dir) -P \$(PACKAGE_BASEDIR)"
+  xerces_configure_args="-p macosx -nnative -tnative -rnone -P \$(xerces_base_dir) -P \$(PACKAGE_BASEDIR)"
 fi
 
 AC_SUBST(xerces_configure_args)

SimDist
configure 1.25 -> 1.26
diff -u -r1.25 -r1.26
--- configure	6 Apr 2006 20:08:41 -0000	1.25
+++ configure	3 May 2006 23:04:14 -0000	1.26
@@ -2680,18 +2680,18 @@
 
 
 
-  c="--enable-shared-libs=no --enable-geant4-granular-libs"
+  _c="--enable-shared-libs=no --enable-geant4-granular-libs"
 
 
 f=$sim_packages_dir/gdml/package.gmk.in
 
 echo "export PACKAGE_CONFIG_OPTS = @gdml_config_opts@" >> $f ;
 
-if test -z "${c}"
+if test -z "${_c}"
 then
   v=`eval echo $gdml_config_opts`
 else
-  v=${c}
+  v=${_c}
 fi
 
 gdml_config_opts=$v
@@ -3330,13 +3330,13 @@
 
 if test $host_os == "Linux"
 then
-  xerces_configure_args="-plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread -P \$(PACKAGE_BASEDIR)"
+  xerces_configure_args="-plinux -cgcc -xg++ -minmem -nsocket -tnative -rnone -P \$(PACKAGE_BASEDIR)"
 elif test $host_os == "WIN32"
 then
-  xerces_configure_args="-pcygwin -cgcc -xg++ -minmem -nsocket -tnative -rpthread -P \$(PACKAGE_BASEDIR)"
+  xerces_configure_args="-pcygwin -cgcc -xg++ -minmem -nsocket -tnative -rnone -P \$(PACKAGE_BASEDIR)"
 elif test $host_os == "Darwin"
 then
-  xerces_configure_args="-p macosx -nnative -tnative -P \$(xerces_base_dir) -P \$(PACKAGE_BASEDIR)"
+  xerces_configure_args="-p macosx -nnative -tnative -rnone -P \$(xerces_base_dir) -P \$(PACKAGE_BASEDIR)"
 fi
 
 
CVSspam 0.2.8