]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/makeg2cso.sh
High value of mean and sigma in case of no entries in the pad sigma calculations
[u/mrichter/AliRoot.git] / build / makeg2cso.sh
index 2bfd73026a22bd2933a1c7beb716ce986d39cb3c..0421ba93a7376691934121c060865472ed373ea8 100755 (executable)
@@ -2,9 +2,10 @@
 out=$ALICE_ROOT/lib/tgt_$ALICE_TARGET/libg2c_sh
 cd /tmp
 rm -rf g2c ; mkdir g2c ; cd g2c
-ar -x /usr/lib/gcc/darwin/default/libg2c.a
-export MACOSX_DEPLOYMENT_TARGET=10.2
+ar -x /sw/lib/libg2c.a
+export MACOSX_DEPLOYMENT_TARGET=10.3
+unset LD_PREBIND
 rm -f ${out}.so ${out}.dylib
-g++ -bundle -flat_namespace -undefined suppress -o ${out}.so `ls *.o | grep -v buggy`
-g++ -dynamiclib -flat_namespace -undefined suppress -single_module -o ${out}.dylib `ls *.o | grep -v buggy`
+g++ -bundle -undefined dynamic_lookup -o ${out}.so `ls *.o | grep -v buggy`
+g++ -dynamiclib -undefined dynamic_lookup -single_module -o ${out}.dylib `ls *.o | grep -v buggy`