Click to See Complete Forum and Search --> : dont know what i can do (german answers welcome) but english are good too


KnuckleHead
09-17-2001, 09:54 AM
thats what i did


$ make dep

make[1]: Entering directory `/cygdrive/c/downloads/usr/src/linux/arch/i386/boot'

make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory `/cygdrive/c/downloads/usr/src/linux/arch/i386/boot'
scripts/mkdep -- init/*.c > .depend
scripts/mkdep -- `find /cygdrive/c/downloads/usr/src/linux/include/asm /cygdrive
/c/downloads/usr/src/linux/include/linux /cygdrive/c/downloads/usr/src/linux/inc
lude/scsi /cygdrive/c/downloads/usr/src/linux/include/net -name SCCS -prune -o -
follow -name \*.h ! -name modversions.h -print` > .hdepend
scripts/mkdep: error 22
make: *** [dep-files] Error 1


what can i do
no help says something about "dep" errors
thx

Evil Jeff
09-17-2001, 12:39 PM
Probably is either a problem with modules conflicting or a it could mean that you don't have all the packages needed to compile your kernel installed. Read the changelog in the Documentation folder in the linux folder to find out what packages you need and what version they need to be.

KnuckleHead
09-17-2001, 02:40 PM
thx for answering
;)