1 Apr 2011 14:53
[ROOT] Installation of 5.28.00b fails on 64-bit Mac OS X
Mojca Miklavec <mojca.miklavec.lists <at> gmail.com>
2011-04-01 12:53:35 GMT
2011-04-01 12:53:35 GMT
Hello,
I'm having problem installing the latest root (5.28.00b).
A while ago I have successfully installed root v5.26.00 on my 64-bit
Mac OS X 10.6.7 (I'm using macports for other libraries and possible
dependencies, but not for root itself which I install from source,
independently).
When tried to install GATE (opengatecollaboration.org) it did compile,
but it "crashes" when I try to run it:
bash> Gate
dyld: Symbol not found: __ZN15G4UserRunAction11GenerateRunEv
Referenced from: /path/to/gate/gate_v6.1/tmp/Darwin-g++/Gate/libGate.dylib
Expected in: flat namespace
in /path/to/gate/gate_v6.1/tmp/Darwin-g++/Gate/libGate.dylib
so I decided that it might make sense to at least try to install the
latest version of Root (I'm not sure if error in GATE has something to
do with ROOT or not). Due to some weird <at> rpath-s in library
dependencies of Gate I decided to build Root to a "static location"
and did the following:
cd /path/to/root
tar xvzf root_v5.28.00b.source.tar.gz
cd root
./configure macosx64 --prefix=$PWD
make -j2
(Continue reading)
RSS Feed