home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 21075 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.8 KB  |  57 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!spool.mu.edu!agate!boulder!ucsu!fido.Colorado.EDU!farrow
  3. From: farrow@ucsu.Colorado.EDU (J. Scott Farrow)
  4. Subject: GNU make not working suddenly???
  5. Message-ID: <1992Dec19.065912.23358@ucsu.Colorado.EDU>
  6. Sender: news@ucsu.Colorado.EDU (USENET News System)
  7. Nntp-Posting-Host: fido.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. Date: Sat, 19 Dec 1992 06:59:12 GMT
  10. Lines: 45
  11.  
  12. I haven't noticed anyone else having this problem, so here goes:
  13.  
  14. I just downloaded the 0.99 kernel source and went to compile it:
  15.  
  16. ># make config
  17. >sh Configure < config.in
  18. >make: *** [config] Error 139
  19. ># 
  20.  
  21. I get similar results from doing a "make dep"
  22.  
  23. ># make dep
  24. >for i in init/*.c;do echo -n "init/";gcc -DKERNEL -E -M $i;done > .depend
  25. >make: *** [dep] Segmentation fault (core dumped)
  26. ># 
  27.  
  28. A "make -v" gets me the following:
  29.  
  30. ># make -v
  31. >GNU Make version 3.62, by Richard Stallman and Roland McGrath.
  32. >Copyright (C) 1988-1991 Free Software Foundation, Inc.
  33. >This is free software; see the source for copying conditions.
  34. >There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
  35. >PARTICULAR PURPOSE.
  36. >
  37. >expr: syntax error
  38. >[: argument expected
  39. >make: *** [Version] Segmentation fault (core dumped)
  40. ># 
  41.  
  42.  
  43. That core dump certainly doesn't seem normal.  I'm running Linux 0.98-pl5, 
  44. gcc 2.2.2d, and GNU make 3.62. Did GNU make break somewhere along the way? I 
  45. downloaded a new binary from tsx-11 but got the same results.
  46.  
  47. Any clues?
  48.  
  49. Thanks in advance,
  50.  
  51. Scott
  52. --
  53. ------------------------------------------------------------------------------
  54. J. Scott Farrow-Student SysAdmin/Programmer, University of Colorado at Boulder
  55. Computing & Network Services, Boulder, Colorado, USA, phone: (303) 492-4428
  56. Internet: farrow@spot.colorado.edu, farrow@cs.colorado.edu
  57.