Runtime problems with CINT in ROOT 5.12/00

Hello everybody,

I have compiled the latest ROOT, version 5.12/00, although everything went fine during the compilation I get this message when I start ROOT in interactive mode:

  *******************************************
  *                                         *
  *        W E L C O M E  to  R O O T       *
  *                                         *
  *   Version   5.12/00      10 July 2006   *
  *                                         *
  *  You are welcome to visit our Web site  *
  *          http://root.cern.ch            *
  *                                         *
  *******************************************

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

CINT/ROOT C/C++ Interpreter version 5.16.13, June 8, 2006
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
Error: cannot open file "iostream"  (tmpfile):2:
*** Interpreter error recovered ***
Error: cannot open file "_string"  (tmpfile):2:
*** Interpreter error recovered ***
Error: cannot open file "vector"  (tmpfile):2:
*** Interpreter error recovered ***
Error: cannot open file "pair"  (tmpfile):2:
*** Interpreter error recovered ***
root [0]                                              

I also can not run my scripts.

Any help?
My system is Linux-2.6.16 (Gentoo) with gcc 3.4.6 .

I have also tried the latest version in CVS, but got the same problem.

Thanks, Luís

I can confirm the same occurs on Fedora Core 5.

This was a problem with the install strep. This is fixed in the CVS repository. You might also work around the problem by running gmake install twice.

Cheers,
Philippe

Thanks, Philippe. The suggested workaround did the job.