On Sat, 19 Dec 1998 [EMAIL PROTECTED] wrote:

> To Whom,
> 
> The following shows the steps followed to compile the kernel:
> 
> make mrproper
> make menuconfig
> make dep
> make clean
> make zImage (too big for zImage)
> make bzImage
> #make modules (not executed - no modules were selected)
> #make modules_install (not executed - make modules was not executed)
> cp  arch/i386/boot/bzImage /boot
> arch/i386/boot/bzImage (copied to the Win95 boot for Linux)
> cp  System.map /boot/System.map-2.0.30
> 
> The following was produced at boot-up:
> 
> unresolved symbols in module /lib/modules/2.0.30/[sub-directories
> listed]

If you have no modules being used, and you're sure of this ( :> ), do a
rm -rf /lib/modules/2.0.30/

Even though you're not using the modules, there's probably some in there,
and depmod runs during startup, sees them, and then sees the symbols that
are bad (Since your kernel doesn't actually use them).  If you remove them
it won't complain anymore.

---
Steve Huston - Rowan University Comp Sci Major
New Jersey, USA
PGP Public keys: 
DSS/DH 0x0A529FF8 fp: C38F 274B F2A8 CE5A 60A5  A8E9 C7B9 AEDD 0A52 9FF8
RSA 0xC373028D    fp: ADE0 854D 753E EB53  9DFA 5F04 8283 CC99

"And no one sings me lullabies,
 and no one makes me close my eyes;
 And so I throw the windows wide
 and call to you across the sky" --Pink Floyd, "Echoes"

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to