LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   gcc: Internal compiler error: program cc1 got fatal signal 11 (https://www.linuxquestions.org/questions/linux-software-2/gcc-internal-compiler-error-program-cc1-got-fatal-signal-11-a-46324/)

smj 02-20-2003 10:07 AM

gcc: Internal compiler error: program cc1 got fatal signal 11
 
I have been trying to compile programs like BitchX, EPIC, ircii, everything works up till i type "make" and then i get errors like: *** [alias.o] Error 1 everytime.....

I have no clue why its been doing this.

Pentium 133
32MB ram

Thanks

whansard 02-20-2003 10:09 AM

bad ram or other equipment failing usually

Obi Perrin 02-20-2003 10:35 AM

If gcc ends in segmentation faults for a number of programs, it's very likely that you've got a bad ram chip, as was said before. To be certain, go to http://www.memtest86.com where you can find a bootable program to test it. If it is bad, you can google for BadRAM, a patch to the kernel that reserves the bad sectors of RAM at boot and doesn't allow other programs to access them. That will of course require a kernel re-compile.


All times are GMT -5. The time now is 10:44 AM.