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