Monday, April 29, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 572  / 2 Years ago, mon, september 19, 2022, 9:10:33

Current version of GCC in Ubuntu 11.04 is 4.5.2. For certain C++0x features, I need GCC version 4.6, but would like to avoid compiling from source. Is there hope that Ubuntu will update GCC in the package repository before the next release in October (11.10).



This question asks a similar thing except for an earlier version of Ubuntu and GCC.



A second part of the question, if the answer is "no" to the first, then can I hope to see it appear in Ubuntu's unstable repository?


More From » package-management

 Answers
6

I don't think they will change the compiler version in a release, because everything is compiled with the version provided in the package repositories. A new major version of gcc would require a total recompilation and thus re-installation of every package to maintain compatibility.



By the way, compiling gcc from source is surprisingly easy, in my humble opinion.


[#44472] Tuesday, September 20, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
raldership

Total Points: 222
Total Questions: 115
Total Answers: 124

Location: North Korea
Member since Fri, Nov 4, 2022
2 Years ago
;