Re: Cannot compile the kernel

2003-09-27 Thread Werner Mahr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 27. September 2003 11:14 schrieb Jon Haugsand: > Installed the kernel-source-2.4.18.tar.bz2. Tried 'make dep', but > this is what happened: Try make (config | menuconfig | xconfig) before you do a make dep. - -- MfG usw Werner Mahr GPG

Re: Cannot compile the kernel

2003-09-27 Thread Werner Mahr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 27. September 2003 14:48 schrieb Colin Watson: > You said you installed the kernel-source from a .tar.bz2, not a > package. The kernel-source packages do recommend libc6-dev. gcc > also only recommends libc6-dev because it's sometimes used

Re: Cannot compile the kernel

2003-09-27 Thread Andreas Janssen
Hello Jon Haugsand (<[EMAIL PROTECTED]>) wrote: > * Andreas Janssen >> Looks like you are missing some files. Did you install libc6-dev? > > Not that I can remember. Shouldn't this be taken care of by the > package system? Depends on what other packages you installed. At least in Woody, the C

Re: Cannot compile the kernel

2003-09-27 Thread Colin Watson
On Sat, Sep 27, 2003 at 01:52:20PM +0200, Jon Haugsand wrote: > * Andreas Janssen > > Looks like you are missing some files. Did you install libc6-dev? > > Not that I can remember. Shouldn't this be taken care of by the > package system? You said you installed the kernel-source from a .tar.bz2,

Re: Cannot compile the kernel

2003-09-27 Thread Jon Haugsand
* Andreas Janssen > Looks like you are missing some files. Did you install libc6-dev? Not that I can remember. Shouldn't this be taken care of by the package system? Anyway, I just saw another recommendation: apt-get install kernel-package However, I couldn't find anything residing on /usr/src

Re: Cannot compile the kernel

2003-09-27 Thread Andreas Janssen
Hello Jon Haugsand (<[EMAIL PROTECTED]>) wrote: > Installed the kernel-source-2.4.18.tar.bz2. Tried 'make dep', but this > is what happened: > > gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o > scripts/mkdep scripts/mkdep.c scripts/mkdep.c:33:19: ctype.h: No such > file or directory s