home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!rutgers!concert!rock!taco!adm.csc.ncsu.edu!dbt
- From: bray@wcuvax1.wcu.edu (Jim Bray)
- Newsgroups: comp.os.linux
- Subject: To make .99 (prob and fix to "make depend" with no ISOEFS)
- Message-ID: <1992Dec21.004439.23013@ncsu.edu>
- Date: 21 Dec 92 00:44:39 GMT
- Sender: news@ncsu.edu (USENET News System)
- Organization: wcuvax1.wcu.edu (CS Dept., Western Carolina University)
- Lines: 17
- Originator: dbt@adm.csc.ncsu.edu
-
-
- I had this problem with "make depend", after "make config" selecting no
- CDROM and no ISOFS:
-
- ...
- gcc -DKERNEL -E -M *.c > .depend
- inode.c:22: #error The iso9660 filesystem can only be used with CDROM.
-
- I hacked around it by
- #ifdef CONFIG_ISO9660_FS
- <all of isofs/inode.c>
- #endif CONFIG_ISO9660_FS
-
- --Jim Bray (bray@wcuvax1.wcu.edu)
-
- (Please Support the League for Programming Freedom, and Boycott ATT
- because of their legal intimidation of BSDI, UCB, and CMU)
-