home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25821 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.0 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!bnrgate!nott!torn!cs.utexas.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!usc!elroy.jpl.nasa.gov!ames!pacbell.com!rtech!amdahl!JUTS!drg50
  2. From: drg50@Frobozz.COM (Dave Gavin)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: SLS missing linux/autoconfig.h ?
  5. Message-ID: <04px02YM340601@JUTS.ccc.amdahl.com>
  6. Date: 28 Jan 93 15:17:06 GMT
  7. References: <1k7d1tINNlu@iskut.ucs.ubc.ca>
  8. Reply-To: drg50@JUTS.ccc.amdahl.com (Dave Gavin)
  9. Organization: Amdahl Corporation, Boston MA
  10. Lines: 43
  11.  
  12. In article <1k7d1tINNlu@iskut.ucs.ubc.ca> andy@orchid.bdc.ubc.ca (Andrew Dwelly) writes:
  13. >
  14. >I started uploading SLS on the 25th of January - my first attempt
  15. >at a linux installation. Up to now it seems to have gone very
  16. >smoothly. Finally I got to the point where I wanted to make
  17. >a new kernel because our ethernet hardware sits on IRQ 3 rather than 5.
  18. >
  19. >I modified Space.c appropriately, did a cd to the top of the source tree
  20. >and a make clean which worked, then a make dep which failed.
  21. >It seems that /usr/include/config.h has the line 
  22. >
  23. >#include <linux/autoconfig.h>
  24. >
  25. >.. and autoconfig seems to be missing from my distribution. Is this
  26. >a bug or am I missing something ?
  27. >
  28. >In the meanwhile I've adjusted the hardware to fit linux's defaults so
  29. >its not a major problem. But I'm curious as to what's going on. All
  30. >comments gratefully received.
  31. >
  32. >Apart from this everything seems to be working fine. I'm very
  33. >impressed.
  34. >
  35. >Andy
  36. >--
  37. >Andrew Dwelly - Biosciences Computing Unit, UBC, Vancouver, Canada
  38. >(604) 822-6527, andy@bcu.ubc.ca 
  39.  
  40.  Did you do a "make config" first ? ;-) I found the same problem, which
  41. went away when I RTFM and did the following sequence;
  42.  
  43. make config
  44. make dep
  45. make clean
  46. make disk
  47.  
  48. Regards - Dave Gavin
  49. -- 
  50.      /XX\          My opinions,        |David Gavin - Amdahl Corp. - Boston, MA
  51.     ///\\\3000      not my employer's  |net: drg50@juts.ccc.amdahl.com
  52. \\\///==\\\                            |     or  amdahl!juts!drg50
  53.  \XX/    \\\1000                       |CIS: 73147,155      BIX: davegavin
  54. (If must use INTEL - run LINUX !)
  55.