From: Ben Cox (thoth@uiuc.edu)
Date: 07/19/92


From: thoth@uiuc.edu (Ben Cox)
Subject: Re: 96c patch2 is great!
Date: 20 Jul 1992 04:17:05 GMT

erc@unislc.uucp (Ed Carp) writes:

>Yeah, well, I'd really like to get it to work, except that I installed
>patch 2 with "patch -p0", and the damned thing STILL doesn't wanna
>compile. Keeps giving me this "_msdos_read_super" error stuff.

>So, I took a peek at the makefile. Seems that FILESYSTEMS doesn't
>contain "fs/msdos/msdos.o", so I add it. Now the "ld" works fine.

For me, that portion of the patch failed because I had edited the
following line of the Makefile (you may have, too, which is probably
what caused the patch to fail).

Also, I made the "fs/msdos" directory by hand because the patch didn't
make it (dunno why; it tried to make other dirs). This allowed the
patch to go in cleanly (didn't use -p0).