Got this when I tried install kraken on a fresh Ubuntu 12.10 Alternate install, anyone able to make sense of it:
Code:
ivy@ivy:~/fah/thekraken-0.7-pre15$ sudo make
mkdir -p obj
echo "/* this file is autogenerated */" > version.h
echo "#define VERSION \"`cat VERSION`\"" >> version.h
cc -Wall -Wshadow -D_GNU_SOURCE -O2 -MMD -MF obj/.thekraken.d -MT obj/thekraken.o -c -o obj/thekraken.o thekraken.c
make: cc: Command not found
make: *** [obj/thekraken.o] Error 127








