Chris, You need to enable the NLS support. Seems that if you enable the FAT file system (among other things) you need to compile the NLS support in also. Take a look at the Configure.help file in the /usr/src/linux/Documentation directory. Search on NLS and you'll find out the info.
Steve Mayer [EMAIL PROTECTED] Charles Shearer wrote: > > I am running Debian 1.3 and so far have had no problems so far recompiling > kernel 2.0.30 whenever I have needed. Today I d/l'd 2.0.33 and get the > following errors: > > -2.0.33/lib/lib.a /usr/src/kernel-source-2.0.33/arch/i386/lib/lib.a -o > vmlinux > fs/filesystems.a(fat.o): In function `fat_readdirx': > fat.o(.text+0xf85): undefined reference to `utf8_wcstombs' > fs/filesystems.a(fat.o): In function `fat_put_super': > fat.o(.text+0x204b): undefined reference to `unload_nls' > fat.o(.text+0x2068): undefined reference to `unload_nls' > fs/filesystems.a(fat.o): In function `fat_read_super': > fat.o(.text+0x2f23): undefined reference to `load_nls' > fat.o(.text+0x2f47): undefined reference to `load_nls_default' > fat.o(.text+0x2f70): undefined reference to `load_nls' > fat.o(.text+0x2f94): undefined reference to `unload_nls' > fat.o(.text+0x2fa9): undefined reference to `load_nls_default' > fat.o(.text+0x2fd8): undefined reference to `unload_nls' > fat.o(.text+0x2fe8): undefined reference to `unload_nls' > make[2]: *** [vmlinux] Error 1 > make[2]: Leaving directory `/usr/src/kernel-source-2.0.33' > make[1]: *** [build] Error 2 > make[1]: Leaving directory `/usr/src/kernel-source-2.0.33' > make: *** [stamp-image] Error 2 > > I'm not sure what the problem is, or if there is something I need to upgrade > to recompile successfully? > > Charles > > -- > Charles Shearer > ITopia > tel/fax +44 181-289 0626 > > -- > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to > [EMAIL PROTECTED] . > Trouble? e-mail to [EMAIL PROTECTED] . -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

