> ----------
> From:         INKEY$[SMTP:[EMAIL PROTECTED]]
> Sent:         31 May 1999 02:13
> To:   [EMAIL PROTECTED]
> Subject:      Kernel (Compile?) Errors
> 
> Well, I decided to recompile my kernel to get rid of some superfluos stuff
> and to get PPP in. Did everything according to the howto, make config,
> make
> dep, make clean, make zImage... I set up lilo, rebooted, and everything
> 
If this is the order you did it in you are bound to get into trouble.

It should be:
make clean
make config
make dep 
make zImage

If you do 'make clean' *after* 'make dep' you might lose the .depend and
.hdepend files and probably some other important files. (Not sure because I
can't look at the Makefile from here)

Hope this helps.

Reply via email to