Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 14113  / 1 Year ago, mon, january 23, 2023, 5:25:12

I plan to download and install Ubuntu 13.04 and I would like to have two compilers on my system.



First question: what is the version of gcc/g++/gfortran shipped with ubuntu 13.04 ? (is it 4.7.3 ?).



So, I would like to have gcc/g++/gfortran 4.8 as my default compiler (and 4.7.3 as a "backup"). Is there a well precompiled version avaible somewhere (compiled with the right optimizations and enabling std::thread) ? And how to download on install it ?


More From » 13.04

 Answers
6

Yes, Raring has gcc 4.7.3 by default. However you can install gcc 4.8 from Ubuntu toolchain PPA.



You can even install latest gcc snapshot by installing gcc-snapshot package available in universe repository. (not recommended though)


[#31484] Monday, January 23, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
teromato

Total Points: 139
Total Questions: 102
Total Answers: 100

Location: Liechtenstein
Member since Mon, May 15, 2023
1 Year ago
;