Huhu, bekomme bei dem befehl make install diesen fehler. kann da einer helfen ?
Code:
debian3164lamp:~/vhcs2-2.4.7.1# make install
cd ./tools && make install
make[1]: Entering directory `/root/vhcs2-2.4.7.1/tools'
cd ./build && make install
make[2]: Entering directory `/root/vhcs2-2.4.7.1/tools/build'
/usr/bin/install -m 0700 -o root -g root ./vhcs2-mkdirs.pl /usr/sbin
make[2]: Leaving directory `/root/vhcs2-2.4.7.1/tools/build'
cd ./daemon && make vhcs2_daemon
make[2]: Entering directory `/root/vhcs2-2.4.7.1/tools/daemon'
gcc -O2 -ansi -Wall -Wstrict-prototypes -pedantic -c -o vhcs_daemon.o vhcs_daemon.c
make[2]: gcc: Command not found
make[2]: *** [vhcs_daemon.o] Error 127
make[2]: Leaving directory `/root/vhcs2-2.4.7.1/tools/daemon'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/root/vhcs2-2.4.7.1/tools'
make: *** [install] Error 2