home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22115 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.9 KB  |  56 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!news.iastate.edu!help.cc.iastate.edu!samuulin
  3. From: samuulin@iastate.edu (Steve A Mullinnix)
  4. Subject: Problems 
  5. Message-ID: <samuulin.725689025@help.cc.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames IA
  8. Date: Wed, 30 Dec 1992 04:17:05 GMT
  9. Lines: 45
  10.  
  11. Yesterday I got Linux SLS 0.99-47 (???) from tsx-11.mit.edu and installed
  12. it without any problems.  I then went to get Linux to boot from my hard
  13. drive and it failed.  My next thought was to recompile the kernel to get
  14. a new image to put on my boot partition, I wanted to rebuild the kernel
  15. anyway.  So I went into /usr/src/linux and entered:
  16.  
  17. /usr/src/linux# make dep
  18.  
  19. It went fine for a little bit, then died as below: 
  20.  
  21. gcc -DKERNEL -E -M *.c > .depend
  22. gcc -DKERNEL -E -M *.c > .depend
  23. gcc -DKERNEL -E -M *.c > .depend
  24. inode.c:22: #error The iso9660 filesystem can only be used with CDROM.
  25. make[2]: *** [dep] Error 1
  26. make[1]: *** [dep] Error 1
  27. make: *** [dep] Error 1
  28.  
  29. I continued anyway to make the kernel by entering:
  30.  
  31. /usr/src/linux# make
  32.  
  33. It compiled many of the source files and then died as follows:
  34.  
  35. make[2]: `ext.o' is up to date.
  36. msdos
  37. make[2]: `msdos.o' is up to date.
  38. proc
  39. make[2]: `proc.o' is up to date.
  40. net
  41. for i in tcp; do (cd $i && echo $i && make) || exit; done
  42. tcp
  43. make[2]: *** No way to make target `/usr/include/sys/cdefs.h'.  Stop.
  44. make[1]: *** [subdirs] Error 1
  45. make: *** [linuxsubdirs] Error 1
  46.  
  47. Does anyone know what might be going on here.  Linux appears to work fine
  48. if I boot off my boot floppy.  I should be able to build the kernel.  Maybe
  49. someone out there has seen this or can tell what I did wrong.
  50.  
  51. Thanks for your help.
  52. +------------------------------------------------------------------------+
  53. |   Steve Mullinnix     Iowa State University     Computer Engineering   |  
  54. +------------------------------------------------------------------------+
  55.  
  56.