home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / atari / st / tech / 4566 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!smurf.sub.org!artcom0!hb.maus.de!s.maus.de!Christof_Stadler
  2. From: Christof_Stadler@s.maus.de (Christof Stadler)
  3. Newsgroups: comp.sys.atari.st.tech
  4. Subject: Re: Getting MiNT/KSH/MW2/GNU C To
  5. Message-ID: <A4598@S.maus.de>
  6. Date: 24 Aug 92 14:46:00 GMT
  7. Article-I.D.: S.A4598
  8. References: <A49568@HB.maus.de>
  9. Organization: MausNet
  10. Lines: 30
  11. X-Gateway: MausGate/News 1.11
  12.  
  13. s>1. I'd like to start up GEM from MiNT first off, so I can choose between
  14. s>   TOSWIN
  15. s>   and MW2, or use Uniterm.  I achieve this by not having an INIT.PRG, since
  16. s>   GEM.PRG is no longer included in MiNT 0.95.  Should I be using the old
  17. s>   GEM.PRG instead?  If I run it, do my environmental variables get stomped
  18. s>   on by GEM, or will they be accessible by later shells?
  19. You won't need GEM.PRG any more. If you have no INIT in MINT.CNF, MiNT will
  20. start GEM. Your environment variables will be accessible by later shells.
  21.  
  22. s>   In any case, after MiNT boots GEM, I start MW2 using KSH.TOS -- and it
  23. s>   doesn't recognize that it is a login shell -- so I have no environment.
  24. s>   I
  25. s>   must then manually load PROFILE.KSH and KSHRC.KSH.  Is there a better way
  26. s>   to set this up?  Having to manually load these for each new shell is a
  27. s>   pain!
  28. Just put something like
  29.      setenv ENV c:\mint\kshrc.ksh
  30. in your MINT.CNF. KSH will load this file every time you launch it.
  31.  
  32. s>3. Where in the GNU archives on atari.archive is the startup module crt0?  I
  33. s>   have the GNU libraries and GCC binaries, but didn't get this piece.
  34. You need the sources for the GNU Binaries; there you will find crt0.
  35.  
  36. s>4. I'm assuming that I can use these programs without going to a MINIX file-
  37. s>   system.  Is this still true?
  38. Yes!
  39.  
  40. Bye
  41.  
  42. Christof
  43.