Messages in this thread |  | | Subject | Re: floppy.c and gcc 2.7.2p | Date | Sat, 15 Jun 1996 23:56:50 -0500 | From | "Larry 'Daffy' Daffner" <> |
| |
"Jeffery S. Coy Jr." writes: -> On Thu, 13 Jun 1996, Adrian Portelli wrote: -> -> > Does anyone know how to get Linux 2 compiling with gcc 2.7.2p ? I -> > have been trying to get this happening since about 1.3.8x but have -> > had no luck. It keeps on coming up with: -> > -> > cpp: output pipe has been closed -> > gcc: Internal compiler error: program cc1 got fatal signal 11 -> ^^^^^^^^^^^^^^^^^^^^^^^ -> the infamous signal 11 problem. if you are getting these, check out -> -> http://www.bitwizard.nl/sig11 ->
No, this is NOT an 'infamous sig 11' type sig 11. This is a gcc 2.7.2p problem, and has been reported by many, many people using gcc2.7.2p to try to compile floppy.c. The 2 identified workarounds are:
1) compile floppy.c by hand, substituting -O for -O2 in the compile line
OR
2) use vanilla gcc 2.7.2 instaed of 2.7.2p
-Larry -- Larry Daffner | Linux: Unleash the workstation in your PC! vizzie@airmail.net | http://www.linux.org/ Never underestimate the bandwidth of a station wagon full of mag tapes -- Dennis Ritchie
|  |