home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / gcc / bug / 3225 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!vki68.aar-vki.DK!eks
  2. From: eks@vki68.aar-vki.DK (Eigil Krogh Sorensen)
  3. Newsgroups: gnu.gcc.bug
  4. Subject: gcc.info (additional information).
  5. Date: 21 Jan 1993 18:15:17 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 49
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gcc@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <m0nF4DR-0001jQC@vki68.aar-vki.dk>
  12.  
  13. This might not be the right address to use for this mail, but I don't
  14. know where else to send it.
  15.  
  16. It's just for info.
  17.  
  18.  
  19. In the gcc.info files following gcc-2.3.3 in Node: Installation Problems
  20. you write:
  21.  
  22.  
  23.  
  24.    * On System V release 3, you may get this error message while
  25.      linking:
  26.  
  27.           ld fatal: failed to write symbol name SOMETHING
  28.            in strings table for file WHATEVER
  29.  
  30.      This indicates that the disk is full or your ULIMIT won't allow
  31.      the file to be as large as it needs to be.
  32.  
  33. and
  34.  
  35.  
  36.    * On the Tower models 4N0 and 6N0, by default a process is not
  37.      allowed to have more than one megabyte of memory.  GNU CC cannot
  38.      compile itself (or many other programs) with `-O' in that much
  39.      memory.
  40.  
  41.      To solve this problem, reconfigure the kernel adding the
  42.      following line to the configuration file:
  43.  
  44.           MAXUMEM = 4096
  45.  
  46.  
  47.  
  48.  The last thing must be done on a System V release 3 Version 5.1,
  49. Motorola too.
  50.  
  51. On this system it's quit confusing.  ulimit gives the answer 
  52. 32768, but nevertheles you only have 1024 because MAXUMEM default
  53. is set to that. So, on this system you must reconfigure the kernel
  54. too changing MAXUMEN to e.g 4096 or more.
  55.  
  56.  
  57. Just thought i would mention it because it caused me much trouble.
  58.  
  59.  
  60.   -- Eigil Krogh Sorensen.
  61.  
  62.