Archive for May 2011
2
How to install G++ on Amazon's Linux AMI
We all know how popular and powerful yum has gotten over recent years for searching and installing common services, programs and libraries.
Today I was attempting to compile a program from source on a brand new instance and needed to install the GCC compiler, so I simply used yum to install gcc....
yum install gccRead more






0%