home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / minix / 5242 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.os.minix
  2. Path: sparky!uunet!mcsun!sun4nl!relay.philips.nl!philce!meulenbr
  3. From: meulenbr@ce.philips.nl (Frans Meulenbroeks)
  4. Subject: Re: Atari compile problem of MINIX 1.5
  5. Message-ID: <1993Jan22.081052.21034@philce.ce.philips.nl>
  6. Sender: usenet@philce.ce.philips.nl (USENET post news)
  7. Organization: Philips Consumer Electronics, Eindhoven
  8. References: <1993Jan20.172124.2606@unix.brighton.ac.uk> <1993Jan21.124723.7073@email.tuwien.ac.at>
  9. Date: Fri, 22 Jan 1993 08:10:52 GMT
  10. Lines: 26
  11.  
  12. hp@vmars.tuwien.ac.at (Peter Holzer) writes:
  13.  
  14. >wl@unix.brighton.ac.uk (Lam;d410sz90;[03724) writes:
  15.  
  16. >>Hi,
  17.  
  18. >>  I have successfully installed the MINIX 1.5 on ATARI 1040ST with a 40M hard
  19. >>disk and a 720k drive.
  20. >>  However, when I follow the manual to recompile the system boot disk, I got 
  21. >>lots of memory related error message.
  22.  
  23. >The Minix cc runs all passes in parallel by default, connected with pipes. This
  24. >can use a lot of space. If you use the -F option (I think. It has been
  25. >a long time since I last used the ACK compiler), it calls one pass
  26. >after the other, and each pass writes its output to a temporary file,
  27. >which is read by the next file. This is slower, but needs only as much
  28. >space as the largest pass instead of the sum of all passes.
  29.  
  30. The 68000 version of cc does NOT, repeat NOT, run the passes in
  31. parallel. All communication between passes is done through intermediate
  32. files, which are stored in /tmp. 
  33.  
  34. 68000 cc will either treat -F as a no-op or reject the flag.
  35. --
  36. Frans Meulenbroeks        Philips Research Laboratories
  37. preferred email address:     meulenbr@prl.philips.nl
  38.