]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - .rootrc
added new files to build system
[u/mrichter/AliRoot.git] / .rootrc
diff --git a/.rootrc b/.rootrc
index 7c1e9aecfb27f1b66a0df043e50dd8c4ad0a2df5..90b0bd8b7c4fa932ece22158170eb74eade937f9 100644 (file)
--- a/.rootrc
+++ b/.rootrc
@@ -5,7 +5,7 @@
 # Path used by dynamic loader to find shared libraries and macros
 # Paths are different for Unix and Windows. The example shows the defaults
 # for all ROOT applications for either Unix or Windows.
-Unix.*.Root.DynamicPath:    .:$(ROOTSYS)/lib
+Unix.*.Root.DynamicPath:    .:$(ROOTSYS)/lib:$(DYLD_LIBRARY_PATH)
 Unix.*.Root.MacroPath:      .:$(ROOTSYS)/macros:$(ALICE_ROOT)/macros
 WinNT.*.Root.DynamicPath:   ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH)
 WinNT.*.Root.MacroPath:     ./;$(ROOTSYS)/macros
@@ -28,6 +28,9 @@ Root.ObjectStat:         0
 # When >4 X11 runs in synchronous mode.
 #Root.Debug:              0
 
+# Stack trace
+Root.Stacktrace:         0
+
 # Default editor
 Unix.*.Editor:           emacs
 WinNT.*.Editor:          notepad