home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / lisp / mcl / 1320 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  2.1 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!malgudi.oar.net!caen!uakari.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!cartier@math.uqam.ca
  2. From: cartier@math.uqam.ca (Guillaume Cartier)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: Startup conflicts
  5. Message-ID: <9208261819.AA02388@mipsmath.math.uqam.ca>
  6. Date: 26 Aug 92 18:19:58 GMT
  7. Sender: cartier@mipsmath.math.uqam.ca
  8. Lines: 41
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Original-To: info-mcl@cambridge.apple.com (Macintosh Common Lisp)
  11.  
  12. >I hoped that by this time I would have an esoteric LISP question to ask, but
  13. >I can't get past the starting gate...
  14. >
  15. >I was able to get MCL 2.0 Beta to run beautifully, but 2.0 Final exits
  16. >with a status of 7.  I turned off all my inits except for my Init Manager (the
  17. >one from Baseline Publishing) and had the same failure.  If I booted with the
  18. >shift key down (i.e. no inits whatsoever including the Init Manager) I got a
  19. >Listener window and a full menu bar, but also a warning that I had insufficient
  20. >memory (I guess "no inits" also means "no virtual memory").  I have a IIci
  21. >with 4MB of RAM, no cache card, running System 7.0 (plus the TuneUp).  I got
  22. >my MCL 2.0 folder directly from the CD-ROM.  I had the same problem regardless
  23. >of whether ptable was installed.
  24. >
  25. >Does anyone out there have a clue?  Does anyone have the right init
  26. >manager that allows MCL to come up gracefully?
  27. >
  28. >Save me from having to program in C!
  29. >
  30. >Ed
  31.  
  32. The answer is very simple, the init you want
  33. costs about 100$ and is called a 4MEG upgrade!
  34.  
  35. MCL needs a mininum for itself of about 3.5MEG
  36. and your system7 will take a minimum of about
  37. 1MEG.
  38.  
  39. 3.5 + 1.0 > 4.0   ->   problems
  40.  
  41. In fact, the only real question you have to answer
  42. is whether or not you should not step directly to
  43. 20MEG (4x4MEGS plus your original 4) and save yourself
  44. the disheartening experience of upgrading to 8x1MEG
  45. and having later to trash 4x1MEG to install a new
  46. upgrade to 20MEG. (I know the feeling :-( ).
  47.  
  48. If you can spare the money, go for 20MEGS. MCL will
  49. be happy, your other softwares will be happy, you
  50. will be happy (except for your bank account :-) ).
  51.  
  52. Guillaume.
  53.