Re: [expert] Problem compling kernel in Mandrake 8.0

2001-05-04 Thread Georg Zigldrum
I also had problems with compiling the kernel, mostly in the block devices section. The same with three different installations on three PC's. I don't think it's the order of the make arguments, guess it could be more the gcc/kgcc thingy... Will try. Georg John Wolford wrote: To be

Re: [expert] Problem compling kernel in Mandrake 8.0

2001-05-04 Thread tateopfr
Same problem to me using. make dep clean bzImage bzlilo modules modules_install Now I use : 1) make install 2) lilo I don't know if is the best solution Pierfrancesco Tateo Georg Zigldrum wrote: I also had problems with compiling the kernel, mostly in the block devices section.

[expert] Problem compling kernel in Mandrake 8.0

2001-05-03 Thread Robert V Fleisig
I'm trying to compile the kernel provided by kernel-source-2.4.3-20mdk. I do (as root): cd /usr/src/linux make dep make clean make bzImage make modules This is where I run into problems. Please see the attached log. Regards, Robert make -C kernel CFLAGS=-D__KERNEL__

Re: [expert] Problem compling kernel in Mandrake 8.0

2001-05-03 Thread Kenneth Lierman Jr.
I had the same problem on 2 different computers suddenly it started working on one of my computers, and i noticed it was using gcc instead of kgcc. No idea if that's important, or why it's doing that. Also, i did a clean install of 8.0 on a friends computer and it failed in the same way...

Re: [expert] Problem compling kernel in Mandrake 8.0

2001-05-03 Thread John Wolford
To be precise, the how-to's give the order thusly: make dep clean modules modules_install bzdisk and then later depmod -a and then if you're happy with everything when you boot up with your floppy, back into /usr/src/linux and make install I think you modules_install implies modules, but still