CC=''
tellsTells me, you that no compiler is set. Do you have gcc installed?
Try:
which gcc
On debianDebian you probably need to install a build environment with:
apt-get install build-essential
orOr, even better:
apt-get build-dep youyour-package-name
.