home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 21211 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  946 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!rutgers!concert!rock!taco!adm.csc.ncsu.edu!dbt
  2. From: bray@wcuvax1.wcu.edu (Jim Bray)
  3. Newsgroups: comp.os.linux
  4. Subject: To make .99 (prob and fix to "make depend" with no ISOEFS)
  5. Message-ID: <1992Dec21.004439.23013@ncsu.edu>
  6. Date: 21 Dec 92 00:44:39 GMT
  7. Sender: news@ncsu.edu (USENET News System)
  8. Organization: wcuvax1.wcu.edu (CS Dept., Western Carolina University)
  9. Lines: 17
  10. Originator: dbt@adm.csc.ncsu.edu
  11.  
  12.  
  13.   I had this problem with "make depend", after "make config" selecting no
  14. CDROM and no ISOFS:
  15.  
  16. ...
  17. gcc -DKERNEL -E -M *.c > .depend
  18. inode.c:22: #error The iso9660 filesystem can only be used with CDROM.
  19.  
  20. I hacked around it by 
  21. #ifdef CONFIG_ISO9660_FS
  22. <all of isofs/inode.c>
  23. #endif CONFIG_ISO9660_FS
  24.  
  25. --Jim Bray (bray@wcuvax1.wcu.edu)
  26.  
  27. (Please Support the League for Programming Freedom, and Boycott ATT
  28.  because of their legal intimidation of BSDI, UCB, and CMU)
  29.