home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5497 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.9 KB  |  52 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!gatech!news.byu.edu!ux1!fcom.cc.utah.edu!cs.weber.edu!terry
  3. From: terry@cs.weber.edu (A Wizard of Earth C)
  4. Subject: Re: [386BSD] cc1 fatal error & more!
  5. Message-ID: <1992Sep11.012623.14965@fcom.cc.utah.edu>
  6. Sender: news@fcom.cc.utah.edu
  7. Organization: Weber State University  (Ogden, UT)
  8. References: <0efk57e00WB60gg0pN@andrew.cmu.edu> <6703@vtserf.cc.vt.edu>
  9. Date: Fri, 11 Sep 92 01:26:23 GMT
  10. Lines: 40
  11.  
  12. In article <6703@vtserf.cc.vt.edu> linkt@GroupW.cns.vt.edu (Tim Link) writes:
  13. >In article <0efk57e00WB60gg0pN@andrew.cmu.edu> tj2n+@andrew.cmu.edu (Tao Jiang) writes:
  14. >>
  15. >>Hi, I tried to compile a program and got the cc1 fata error like:
  16. >>cc -I.. -I../..  -O -c fogdeck.c
  17. >>cc: Program cc1 got fatal signal 6.
  18. >>*** Error code 1
  19. >>
  20. >
  21. >    I have exactly this same problem when trying to build the
  22. >system.  (Smaller compiles seem to go OK).  Re-running make will usually
  23. >continue and compile a few more things and then it happens again,
  24. >howeever it seems to get stuck on some files, forcing me to reboot and
  25. >then continue.  Sounds like something is being left hanging around in
  26. >memory after cc runs but who knows?  Any thoughts or patches???
  27.  
  28.     Make has a terrific leak.  I compiled up a different version (sorry,
  29. proprietary).  You may want to try gnumake.
  30.  
  31. I used to get around the problem by doing:
  32.  
  33.     make -n > foo
  34.     vi foo
  35.     sh foo
  36.  
  37. Now I have a grundle of memory and it doesn't matter any more.  You can
  38. try any or all of these; one of them will probably kill the problem.
  39.  
  40.  
  41.                     Terry Lambert
  42.                     terry_lambert@gateway.novell.com
  43.                     terry@icarus.weber.edu
  44. ---
  45. Any opinions in this posting are my own and not those of my present
  46. or previous employers.
  47. -- 
  48. -------------------------------------------------------------------------------
  49.                                                        terry@icarus.weber.edu
  50.  "I have an 8 user poetic license" - me
  51. -------------------------------------------------------------------------------
  52.