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
Post a Comment