Pb linking cint under SL302

Hello,

I am building root V4.03.02 (tag v4-03-02) under Scientific-Linux V3.02 with native
compiler. The make phase is ok but make install fails when linking cint.
Please see attached file for a log.

Anyone seen this before ?

.Configure options :

/configure linux
–enable-pythia
–with-pythia6-libdir=${ROOTSYS}/lib
–enable-cern

Jean-Michel BARBET.
install-root-v4.03.02-sl302.txt (2.95 KB)

The make phase should be linking cint and thus shoud fail equalily.
Are you sure that you have properly set your ROOTSYS, PATH, LD_LIBRARY_PATH to be consistent with your compiler and your version of ROOT? The error you see usually means that there is a mismatch between your runtime environment and your gcc installation (or simply a bad gcc installation).

Cheers,
Philippe.