Hi,
I'm trying to install GCC 4.5.1 on Ubuntu for C++ programming.
So far, I've tried a myriad of different commands in Terminal to try to update GCC (the preinstalled version is 4.3.2), but none of them seem to work. When I go to update my packages with Synaptic Package Manager, it gives me a bunch of errors telling me that it failed to connect to the repository.
Also, I've tried just compiling a C++ file with the preinstalled GCC, and it tells me that cc1plus wasn't found.
Any suggestions?