Hi All I have to compile a code on RH AS 2.1 with gcc 2.96. I know that in this version of gcc, "at" method of vector class is not supported. But my code uses this extensively. (Apparently, I am porting an application from Solaris to Linux). I also know that gcc 3.2.1 (and onwards have fixed this and many other issues). But... RedHat officially supports only gcc 2.96 So.. do we have any solution/patch for above problem? If no, is there a known change, which I can make in g++ header files myself and the compile the code using new header files. Regards Ajay