[ROOT] Problem compiling root test programs

From: cstrato@EUnet.at
Date: Tue Apr 02 2002 - 20:50:08 MEST


Dear Rooters

Due to diverse problems I had to reformat my HD and have now
installed YellowDog Linux on my PowerBook since LinuxPPC no
longer exists.

I could successfully compile root_v3.03.02 and run the tutorials.
However, now I am not able to compile the test programs (or
my own programs) due to the following error:
[strato@localhost test]$ make
Generating dictionary EventDict.cxx...
rootcint: error while loading shared libraries: libCint.so:
cannot load shared object file: No such file or directory
make: *** [EventDict.cxx] Error 127

Since I had the same problem some time ago with LinuxPPC 2000
due to an error in the make file, see:
http://root.cern.ch/root/roottalk/roottalk01/3032.html
I suppose that my current problems may be caused by a similar
problem, maybe once again in the following part:
ifeq ($(ARCH),linuxppcegcs)
# MkLinux with egcs/glibc
CXX           = g++
CXXFLAGS      = -O -Wall -fPIC
LD            = g++
LDFLAGS       = -O
SOFLAGS       = -shared
#SOFLAGS       = -shared -Wl,-soname
endif

Could it be that SOFLAGS need a different definition with
YellowDog Linux 2.1 than with LinuxPPC 2000?

The following shows my PATH settings:
[strato@localhost test]$ echo $PATH
/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/strato/bin:/home/strato/rt/root/bin

[strato@localhost test]$ echo $LD_LIBRARY_PATH
:/home/strato/rt/root/lib

Any help would be greatly appreciated.

Best regards
Christian
----------------------------------
C.h.r.i.s.t.i.a.n  S.t.r.a.t.o.w.a
V.i.e.n.n.a,  A.u.s.t.r.i.a



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:47 MET