Skip to main content
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

.

CC=''

tells me, you no compiler is set. Do you have gcc installed?

Try

which gcc

On debian you probably need to install a build environment with

apt-get install build-essential

or even better

apt-get build-dep you-package-name

.

CC=''

Tells me that no compiler is set. Do you have gcc installed?

Try:

which gcc

On Debian you probably need to install a build environment with:

apt-get install build-essential

Or, even better:

apt-get build-dep your-package-name
Source Link
user55518
user55518

CC=''

tells me, you no compiler is set. Do you have gcc installed?

Try

which gcc

On debian you probably need to install a build environment with

apt-get install build-essential

or even better

apt-get build-dep you-package-name

.