Install Gcc-3.3 On A Ubuntu
Install gcc-3.3
-
Ubuntu
apt-get install gcc-optClick to copy
gcc-opt
allow global optimization flags for gcc, g++
Install the latest version of gcc-3.3 in Ubuntu from terminal. To install the gcc-3.3 just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of gcc-3.3 from the respository and install it in your computer/server.




