home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cc-61.0.1 / cc / README-TOWER < prev    next >
Text File  |  1991-01-14  |  356b  |  8 lines

  1. If you run on 4x0/6x0 model Towers, beware of this:
  2. The default maximum virtual address space of a process is 1Mb.  This is
  3. not enough to run gcc -O on large files.  The problem is typically seen
  4. while compiling gcc with itself.  You have to change your kernel
  5. configuration file, adding a line like this:
  6. MAXUMEM = 4096
  7. Then relink the kernel and reboot.
  8.