|>
|>
|> >>I'm having an enormous amount of trouble with the afore mentioned error.
|> >>(recap: Internal compiler error: program cc1 got fatal signal 11)
|> >>I assume (probably incorrectly) that this is some kind of memory
|> >>problem and I seem to have lowered the frequency of the problem by
|> >>upping the waitstates in my ami bios.
|>
|> >>Does anyone (PLEASE) have any solutions to this problem?
|>
|> >Yes. It's a memory problem. Use the single-user-mode (init s) and
|> >compile again or(and) increase swapsize.
|>
|> I have 8 MB of RAM and 16 MB of swap which is rarely ever half full.
|> Is this not enough swap?
I just started (a few minutes ago) getting a similar message on all
my compiles (in the middle of building Tk...). In my case it was
the preprocessor (cpp) instead of cc1, but it is now happening on
every single compile I try, even with trivial programs. I have
20MB RAM and a 32MB swap, and have plenty of room on both (after killing
a lot of processes). I may have been low at the time the error first
occured (3 xservers running and one remote login), so it's possible
that cpp became corrupted then, and now it's still trying to run
the one in the RAM-resident disk buffers. Is there a way to force
a reread of a program from the actual disk, to see if that's the
case? (I.e. a way to invalidate the disk buffers?)
Other programs remain unaffected, for what that's worth.