Hi, I have some C++ code (from way back) that was earlier compiled on gcc 2.7.2 Now, we have decided to recompile it using the latest version of gcc. The C++ code uses some RogueWave classes (6.1.0) What are the necessary changes I need to make so as to be able to recompile my code with the latest version of gcc. regards, Jay.