Error during compiling on linux
#3
You need to install gcc using whatever installation method is appropriate for your Linux. Usually it's
Code:
sudo apt-get install gcc
or
Code:
sudo yum install gcc

Then the makefile should work. Note that gcc installation will probably be quite large, imho reaching hundreds of megabytes easily.
Reply
Thanks given by:


Messages In This Thread
Error during compiling on linux - by tonibm19 - 03-26-2013, 05:32 AM
RE: Error during compiling on linux - by bearbin - 03-26-2013, 05:47 AM
RE: Error during compiling on linux - by xoft - 03-26-2013, 05:56 AM



Users browsing this thread: 2 Guest(s)