Installation problem: libFoam

I’ve a problem to install the newest version of ROOT, on a Linux Suse 9.3 with gcc 3.3.5. configure hasn’t problem, but when I lauch make it have some problem to compilate libFoam.so it says:

collect2: ld returned 1 exit status
make: *** [lib/libFoam.so] Error 1

how can I do? thanks

Please provide more info?
your configure settings
the result of
cd $ROOTSYS
ls -l lib
ls -l bin
ls -l foam/src

Rene

Now it works. The problem was that I haven’t enought disk space to compile. Now I have another problem, when I star root, it say:

dlopen error: …/root/lib/libvectorDict.so: undefined symbol: _ZN4ROOT17 TGenericClassInfo11SetNewArrayEPFPvlE
Warning: Can not load Dynamic Link Library …/root/lib/libvectorDict.so …/root/lib/libvectorDict.so:1:

Can I ignore this problem?

You have out of date cintdlls.
Dogmake cintdlls
Philippe

thank you very much, now it works well.