Subj : Re: prob to compil kernel To : comp.os.linux From : Stu Date : Fri Jun 18 2004 12:17 pm You don't use `make dep` w/ the 2.6 kernel. They re-designed the build process for the 2.6 kernel. All you really need is: make make && make modules_install Then either manually install the kernel, or if you use lilo as your bootloader you can run `make install`. `make` by it self is synonymous to `make bzImage vmlinux modules`. Read /usr/src/linux-2.6.7/README for further info. Stu elekis wrote: > hi, i have e proob to compil my kernel > > when I tape make dep, he say that > > carla:/usr/src/linux# make dep > *** Warning: make dep is unnecessary now. > carla:/usr/src/linux# > > > before I did > carla:/usr/src# ls -l > total 34324 > lrwxr-xr-x 1 root src 20 Jun 18 16:26 linux -> > /usr/src/linux-2.6.7 > drwxrwxr-x 20 1046 1046 4096 Mar 16 19:25 linux-2.6.2 > drwxrwxr-x 18 500 500 4096 Jun 18 16:32 linux-2.6.7 > -rw-r--r-- 1 root src 35092228 Jun 16 08:01 > linux-2.6.7.tar.bz2 > drwxrwsr-x 3 root src 4096 Jan 18 04:35 modules > carla:/usr/src# > > cd linux > make mrproper > make oldconfig > makemenucofig (aand save) > and make dep > > is it normal??? > > thank > > a+ .