I’m new to ROOT and it’s my first time setting it up. I successfully made the source tree with location independent building, but there’s a segmentation violation as soon as I tried to start it by typing “root”. I added the path and ld_library_path and did the . bin/thisroot.sh step. Here’s the entire stack trace of all threads. The hint started at #5. I’m using Ubuntu 12.10 64-bit, with GNU Make 3.81. Can anyone tell me what’s wrong with my setup?
#0 0x00007feb60d0e44e in __libc_waitpid (pid=, stat_loc=0x7fff13764870, options=0) at …/sysdeps/unix/sysv/linux/waitpid.c:32
#1 0x00007feb60c9429e in do_system (line=0xdb9700 “/home/daranday/Downloads/root/etc/gdb-backtrace.sh 3614 1>&2”) at …/sysdeps/posix/system.c:149
#2 0x00007feb61bf4a6d in TUnixSystem::StackTrace() () from /home/daranday/Downloads/root/lib/libCore.so
#3 0x00007feb61bf7373 in TUnixSystem::DispatchSignals(ESignals) () from /home/daranday/Downloads/root/lib/libCore.so
#4
#5 0x0000000000000000 in ?? ()
#6 0x00007feb62362749 in gethostbyname () from /lib/x86_64-linux-gnu/liblsp.so
#7 0x00007feb61bf5d68 in TUnixSystem::GetHostByName(char const*) () from /home/daranday/Downloads/root/lib/libCore.so
#8 0x00007feb61b9715c in TUUID::GetNodeIdentifier() () from /home/daranday/Downloads/root/lib/libCore.so
#9 0x00007feb61b973aa in TUUID::TUUID() () from /home/daranday/Downloads/root/lib/libCore.so
#10 0x00007feb61b56190 in TProcessID::AddProcessID() () from /home/daranday/Downloads/root/lib/libCore.so
#11 0x00007feb61b67de7 in TROOT::TROOT(char const*, char const*, void (**)()) () from /home/daranday/Downloads/root/lib/libCore.so
#12 0x00007feb61b68874 in ROOT::GetROOT() () from /home/daranday/Downloads/root/lib/libCore.so
#13 0x00007feb61b1d000 in _GLOBAL__sub_I_TROOT.cxx () from /home/daranday/Downloads/root/lib/libCore.so
#14 0x00007feb62574316 in call_init (l=, argc=2, argv=0x7fff13767488, env=0x7fff137674a0) at dl-init.c:85
#15 0x00007feb625743ef in call_init (env=, argv=, argc=, l=) at dl-init.c:52
#16 _dl_init (main_map=0x7feb627892e8, argc=2, argv=0x7fff13767488, env=0x7fff137674a0) at dl-init.c:134
#17 0x00007feb625666fa in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#18 0x0000000000000002 in ?? ()
#19 0x00007fff13767f4e in ?? ()
#20 0x00007fff13767f66 in ?? ()
#21 0x0000000000000000 in ?? ()