Re: 2.1.111pre1 compile errors

James H. Cloos Jr. (cloos@jhcloos.com)
23 Jul 1998 03:56:00 -0500


>>>>> "Jon" == Jon M Taylor <taylorj@ecs.csus.edu> writes:

Jon> # CONFIG_FAT_FS is not set
Jon> CONFIG_MSDOS_FS=y
Jon> # CONFIG_UMSDOS_FS is not set
Jon> CONFIG_VFAT_FS=y

The problem is the missing CONFIG_FAT_FS. In linux/fs/Config.in,
CONFIG_MSDOS_FS, CONFIG_UMSDOS_FS and CONFIG_VFAT_FS are all dependent
on CONFIG_FAT_FS, so it should be impossible to choose them w/o also
choosing CONFIG_FAT_FS.

Which fooconfig did you make(1)?

-JimC

-- 
James H. Cloos, Jr. 
<cloos@jhcloos.com> 
PGP KeyId=0xB84D7D6F <http://www.jhcloos.com/cloos/pgp_public_key.txt>
    Fingerprint20 = F265 CF1F 1951 A103 E287  1350 1A0D 598D B84D 7D6F

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html