26.08.2017, 06:08
Quote:
Code:
~/NobodyFirewall# make gcc -lpcap -lpthread nfwall.c -o nfwall make: gcc: Command not found Makefile:2: recipe for target 'all' failed make: *** [all] Error 127 |
depending on what version of your OS supports.
apt-get install gcc-*.* ( replacing * with the version of gcc, you wish to install)