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

  1. Newsgroups: comp.os.minix
  2. Path: sparky!uunet!email!hp
  3. From: hp@vmars.tuwien.ac.at (Peter Holzer)
  4. Subject: Re: Atari compile problem of MINIX 1.5
  5. Message-ID: <1993Jan21.124723.7073@email.tuwien.ac.at>
  6. Sender: news@email.tuwien.ac.at
  7. Nntp-Posting-Host: quasi.vmars.tuwien.ac.at
  8. Organization: Technical University Vienna, Dept. for Realtime Systems, AUSTRIA
  9. References: <1993Jan20.172124.2606@unix.brighton.ac.uk>
  10. Date: Thu, 21 Jan 1993 12:47:23 GMT
  11. Lines: 23
  12.  
  13. wl@unix.brighton.ac.uk (Lam;d410sz90;[03724) writes:
  14.  
  15. >Hi,
  16.  
  17. >  I have successfully installed the MINIX 1.5 on ATARI 1040ST with a 40M hard
  18. >disk and a 720k drive.
  19. >  However, when I follow the manual to recompile the system boot disk, I got 
  20. >lots of memory related error message.
  21.  
  22. The Minix cc runs all passes in parallel by default, connected with pipes. This
  23. can use a lot of space. If you use the -F option (I think. It has been
  24. a long time since I last used the ACK compiler), it calls one pass
  25. after the other, and each pass writes its output to a temporary file,
  26. which is read by the next file. This is slower, but needs only as much
  27. space as the largest pass instead of the sum of all passes.
  28.  
  29. Hope this helps,
  30.     Peter
  31. -- 
  32. |    _  | Peter J. Holzer                       | Think of it   |
  33. | |_|_) | Technical University Vienna           | as evolution  |
  34. | | |   | Computer Science/Real-Time Systems    | in action!    |
  35. | __/   | hp@vmars.tuwien.ac.at                 |     Tony Rand |
  36.