home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / gnu / gcc / help / 2300 < prev    next >
Encoding:
Text File  |  1992-10-10  |  1.2 KB  |  46 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!decwrl!netcomsv!dlb!shawn!root
  3. From: root@shawn.uucp (Mark Jeghers -- UNIX/X/Motif Contractor)
  4. Subject: Re: Problems compiling on i386 Interactive Unix
  5. Message-ID: <1992Oct11.063542.491@shawn.uucp>
  6. Organization: Mark Jeghers -- UNIX/X/Motif Contractor
  7. References: <1992Oct10.193706.13038@cimage.com>
  8. Distribution: usa
  9. Date: Sun, 11 Oct 92 06:35:42 GMT
  10. Lines: 34
  11.  
  12. johnm@cimage.com (John Marshall) writes:
  13.  
  14. >I'm trying to compile gcc version 2.2.2 on a 386 running Interactive Unix.
  15.  
  16. >      cc  -D_POSIX_SOURCE  -g   -o cc1 c-parse.o c-lang.o  c-lex.o c-decl.o c-
  17.     .
  18.     .
  19.     .
  20.    etc etc etc
  21.     .
  22.     .
  23.     .
  24. >ck.o ` case "cc" in "cc") echo  ;; esac `  -lPW -lcposix
  25. >ld fatal: fail to write symbol name reg_class in string table for file cc1
  26. >*** Error code 13
  27.  
  28. >johnm@cimage.com
  29.  
  30. This may sound crazy, but log in as root and set ulimit top some really
  31. big value, e.g.
  32.  
  33.     ulimit 999999999
  34.  
  35. At times, I have had compiles fail in gcc and X11R4/5 because the
  36. unstripped and debug-padded object code added up more memory than
  37. my process was allowed to have.  Upping the ulimit parameter fixed
  38. the problem quickly.
  39.  
  40. Just a hunch, but who knows?  Give it a try.
  41.  
  42. Mark Jeghers
  43. UNIX/X/Motif Contractor
  44. 408/281-4823 [voicemail]
  45.  
  46.