On Fri, 25 Aug 2000 [EMAIL PROTECTED] wrote:

>Date: Fri, 25 Aug 2000 10:09:11 -0500
>From: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Content-Type: text/plain
>Subject: RE: Unresolved symbols on kernel rebuild
>
>Nope, it's left-over stuff in linux/include/linux/modules.
>Do this:
>cd linux/include/linux
>mv modules modules.old
>mkdir modules
>
>Then, do your make xconfig && make dep && make clean && make ....
>
>That should clear up your missing dependencies.

Another piece of advice, in general to anyone building a
kernel.  Before starting, each time, either untar fresh kernel
source, or do a "make distclean" before all else.  "distclean" is
the 'cleanest' clean in the top level makefile, even moreso than
the commonly used "make clean" and "make mrproper".  I use
distclean every time as a first step, and it minimalizes the
chance of trouble significantly.

TTYL



--
Mike A. Harris                                     Linux advocate     
Computer Consultant                                  GNU advocate  
Capslock Consulting                          Open Source advocate

Want to run Microsoft Windows software in Linux?  You can!  VMware allows 
you to install and run other operating systems inside a window in X windows.
You can install Windows 95/98/NT/2000, FreeBSD, Solaris, and many more.
3D Games do not work yet, but virtually all office and productivity software
runs excellent.           http://www.vmware.com



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to