This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Upgrade from 2.9 to 3.x?


Kunal Sachdeva wrote:
Hello All,
I am quite new to the software development under
Linux. For my source code I am using GCC2.96 and since
its not the latest and also not the stable versions, I
would like to update it to 3.x. I have no idea how can
I do that.

Most C code will not require any changes to compile with GCC-3.x. C++ code may need to be modified. Most common is to add "using namespace std;" at the beginning of the source.


-- Michael Eager Eager Consulting eager@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]