03-26-2013, 05:56 AM
You need to install gcc using whatever installation method is appropriate for your Linux. Usually it's
or
Then the makefile should work. Note that gcc installation will probably be quite large, imho reaching hundreds of megabytes easily.
Code:
sudo apt-get install gccCode:
sudo yum install gccThen the makefile should work. Note that gcc installation will probably be quite large, imho reaching hundreds of megabytes easily.

