Install CVS ROOT on Irix65

Hello, ROOters

I am trying to install CVS ROOT (ver 4.00/01) on IRIX 65 with gcc 3.0.4.
But, I could not succeed installing becasue of the follwing error,

Please give me any idea to avoid the error.

g++  -fsigned-char -Wall -fPIC -Iinclude  -I. -o base/src/G__Base2.o -c base/src/G__Base2.cxx
base/src/G__Base2.cxx: In function `int G__G__Base2_44_9_6(G__value*, const  
char*, G__param*, int)':
base/src/G__Base2.cxx:7162: `class std::__normal_iterator<char*, 
   std::basic_string<char, std::char_traits<char>, std::allocator<char> > >' 
   used where a `long int' was expected
base/src/G__Base2.cxx: In function `int G__G__Base2_44_0_7(G__value*, const 
   char*, G__param*, int)':
base/src/G__Base2.cxx:7167: `class std::__normal_iterator<const char*, 
   std::basic_string<char, std::char_traits<char>, std::allocator<char> > >' 
   used where a `long int' was expected
base/src/G__Base2.cxx: In function `int G__G__Base2_44_1_7(G__value*, const 
   char*, G__param*, int)':
base/src/G__Base2.cxx:7172: `class std::__normal_iterator<char*, 
   std::basic_string<char, std::char_traits<char>, std::allocator<char> > >' 
   used where a `long int' was expected
base/src/G__Base2.cxx: In function `int G__G__Base2_44_2_7(G__value*, const 
   char*, G__param*, int)':
base/src/G__Base2.cxx:7177: `class std::__normal_iterator<const char*, 
   std::basic_string<char, std::char_traits<char>, std::allocator<char> > >' 
   used where a `long int' was expected
gmake: *** [base/src/G__Base2.o] Error 1

[/code]

Hi,

gcc 3.0.x is currently not supported. Try upgrading to a newer version of gcc.

Cheers,
Philippe.

Hello.

Thanks a comment.

Although I tried to install gcc 3.3.2 on Irix 65 , I could not
succeed . So, I installed old version gcc 2.95.3 and
I succeeded installing ROOT ver 4.00/01 on Irix 65.

Thank you.