From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jayakrishnan J To: "Gcc-Help (E-mail)" Subject: Compiling legacy code Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <892CE977BB4FD31194EE00A0C9F2733975E231@BLRK001A> X-SW-Source: 2000-q1/msg00224.html Message-ID: <20000401000000.P1LMh9v8hYHLQBYIz7bYw_rBJuJZ8HTotXLyDtiKkqQ@z> 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.