ubuntu - Linux "make" command Error 127 -


i'm new linux , trying install mktorrent (latest version) , readme file states run 'make' command while in directory. however, after trying 3 different terminals/emulators receive same error shown quoted below.

i've tried install "automake" repositories suggested through other answers found on here/google no luck. here directory contents: http://i.imgur.com/umdlo7o.png

cc -o2 -wall prefix.c -o prefix make: cc: command not found make: *** [prefix] error 127

sudo apt-get install build-essential 

should install requirements compiling c/c++ based applications


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -