installing root 5 a user with gcc 4

From: Maurizio Panniello <maurizio_at_iac.es>
Date: Mon, 29 May 2006 12:59:15 +0100


Hi, i'm tring to install root 5.10/00 as user but using the gcc 4 (compiled as user too), so i set these envirmoent before compile root:

gcc4path="/scratch/maurizio/local_install/programs/gcc-4.0.3" PATH gcc4path + "/bin"
LD_LIBRARY_PATH gcc4path + "/lib"
CPPFLAGS "-I" + gcc4path + "/include"
LDFLAGS "-L" + gcc4path + "/lib"
(this is pseudocode, not csh nor bash)

I'm on a RH 3.4 linux.
Than i configure root and than make, make cintdlls, make install, all as user.

It seem like root is stil searching for old std c++ libraries (dlopen error: libstdc++.so.3: cannot open shared object file: No such file or directory)
but it should not use thats (isn't it?)

Thanks a lot for any help.

Maurizio

When i try to start root it fail with this:


FreeType Engine v2.1.9 used to render TrueType fonts. Compiled on 25 May 2006 for linux with thread support.

CINT/ROOT C/C++ Interpreter version 5.16.8, February 9, 2006 Type ? for help. Commands must be C++ statements. Enclose multiple statements between { }. root [0] new TBrowser()
dlopen error: libstdc++.so.3: cannot open shared object file: No such file or directory
Load Error: Failed to load Dynamic link library
/scratch/maurizio/local_install/programs/root_v5.10.00/root/lib/libASImage.so
Error in <TGComboBox::TGComboBox>: arrow_down.xpm not found Error in <TPluginHandler::SetupCallEnv>: class TASImage not found in plugin ASImage
Error in <TGVScrollBar::TGHScrollBar>: arrow_*.xpm not found Error in <TGTreeLBEntry::TGTreeLBEntry>: icon not found for entry Current dir

Received on Mon May 29 2006 - 13:59:43 MEST

This archive was generated by hypermail 2.2.0 : Mon Jan 01 2007 - 16:31:58 MET