Errors while building ROOT

Hello,

I was using ROOT v5.26 for a few months now, but recently had a few problems and decided to install v5.27.04. I deleted the previous ROOT and attempted building the new version, but got make errors. Then I tried reinstalling v5.26, but that also resulted in errors (although different ones).

I am running Ubuntu 10.04 Lucid Lynx on a 32-bit laptop. Kindly find configure and make logs (from v5.27.04 installation) attached.

Also, I’m a newbie to linux and ROOT, so detailed explanations for troubleshooting would be appreciated!
make_log.txt (1.64 KB)
conf_log.txt (6.23 KB)

Hi,

we are building ROOT on Ubunut 10.04 all the time. Can you send comp.log from

gcc -pipe -m32 -Wall -W -fPIC -Iinclude  -DG__REGEXP -DG__UNIX -DG__SHAREDLIB -DG__OSFDLL -DG__ROOT -DG__REDIRECTIO -DG__STD_EXCEPTION -DG__HAVE_CONFIG -DG__NOMAKEINFO -DG__CINTBODY -Icint/cint/inc -Icint/cint/src -Icint/cint/src/dict -pthread -I. -E cint/cint/src/g__cfunc.c > comp.log 2>&1

Does this only happen with g__cfunc.c?
What does this print:

which gcc
which g++
gcc --version
g++ --version

Cheers, Axel.