lastest stable version of gcc .

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • noopurtiwari
    New Member
    • Aug 2007
    • 11

    lastest stable version of gcc .

    I wanted to know which is the lastest stable version of gcc that can be used for my application to be realsed
  • Colloid Snake
    New Member
    • Nov 2006
    • 144

    #2
    Originally posted by noopurtiwari
    I wanted to know which is the lastest stable version of gcc that can be used for my application to be realsed
    Did you look at their site? I would imagine that would be featured fairly prominently on the gcc page...

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3
      As of today, October 3rd 2007, the latest stable release was 4.2.1 on July 18th.

      All of this information can be found on the GNU GCC Website.

      Comment

      • noopurtiwari
        New Member
        • Aug 2007
        • 11

        #4
        Originally posted by Colloid Snake
        Did you look at their site? I would imagine that would be featured fairly prominently on the gcc page...
        Actually i did refer to their site mentioning the list of all the releases of gcc so far. I am aware that the latest is 4.2.1 , i just wanted about the stability, since the application for which i want to use it is critical.
        Also, I wanted to know is there any compatibiliy issue betweeen the gcc version and the REHL version. I apolozise if its an obvious question, I am new to these concepts.
        Thanks in advance

        Comment

        • Motoma
          Recognized Expert Specialist
          • Jan 2007
          • 3236

          #5
          Originally posted by noopurtiwari
          Actually i did refer to their site mentioning the list of all the releases of gcc so far. I am aware that the latest is 4.2.1 , i just wanted about the stability, since the application for which i want to use it is critical.
          Also, I wanted to know is there any compatibiliy issue betweeen the gcc version and the REHL version. I apolozise if its an obvious question, I am new to these concepts.
          Thanks in advance
          Due to the unique nature of gcc, their releases are always aimed to be completely stable and as bug free as humanly possible. If you are at all worried, perhaps because of the relatively short period the compiler has been out, a common practice is to use the previous stable release; if I remember correctly, 4.1.2.

          Comment

          Working...