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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!palmj
  3. From: palmj@rebecca.its.rpi.edu (Jyri L. Palm)
  4. Subject: gcc : Internal compiler error
  5. Message-ID: <#012p5=@rpi.edu>
  6. Summary: GCC : Internal compiler error : fatal signal 11
  7. Keywords: GCC Internal Error
  8. Nntp-Posting-Host: rebecca.its.rpi.edu
  9. Date: Tue, 29 Dec 1992 20:20:41 GMT
  10. Lines: 27
  11.  
  12.  
  13. Basically, when I try compiling various packages, the most common error message
  14. that I'm getting nowadays is :
  15.  
  16. gcc: Internal compiler error: program cc1 got fatal signal 11
  17. make: *** [main.o] Error 1
  18.  
  19. I've not gotten to any conclusions on why this seems to be happening about
  20. 50% of the time when I try to compile applications, and it's something which
  21. is very easy to recreate. The latest one which I got was when I tried to 
  22. compile umoria. I don't know if it's because I'm running too many things 
  23. in X, so here's the output from "free" :
  24.  
  25.              total       used      cache       free     shared
  26. memory:       6876       6384        452         40       2580
  27. swap0:       12500       2880                  9620         20
  28.  
  29. According to gcc -v, I have :
  30.  
  31. Reading specs from /usr/lib/gcc-lib/i386-linux/2.2.2d/specs
  32. gcc version 2.2.2d
  33.  
  34. I know that I'm not the only person who's had this problem with cc1, is there
  35. a FAQ for this (I haven't really checked) ? I've got loads of stuff that I'm
  36. trying to compile for my system and it's frustrating when I'm blocked by this
  37. error. *ANY* suggestions would really be appreciated. Please mail to
  38. palmj@rpi.edu ... thanks once again.
  39.