Other Help Topics :: error gcc1.dsl
first i install tar -zxvf gcc1.dsl and everything ok but i run in /usr/src and type test "make" i have error like this ====>> cd /usr/src/linux && make-kpkg --us --uc --rootcmd fakeroot buildpackage/bin/sh: line 1: make-kpkg: command not found
pls hlp me
It looks like you are trying to compile a kernel. make-kpkg can be found in the debian package kernel-package. Installing that might help. The reason you got an error is make-kpkg isn't part of the make package, it's only for compiling kernels.
What were you trying to compile? Did you download a bunch of files and to try to compile? Were you in the directory where the make file for your target was?
because i can't install *.deb ( dpkg -i *.deb ) and then i want configure and make all webmin
thanx
original here.