home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / st / tech / 5513 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  2.2 KB

  1. Path: sparky!uunet!usc!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!corpgate!bnrgate!bnr.co.uk!uknet!rook.ukc.ac.uk!eagle.ukc.ac.uk!wabe
  2. From: wabe@ukc.ac.uk (W.A.B.Evans)
  3. Newsgroups: comp.sys.atari.st.tech
  4. Subject: Gulam's $cwd - was Re: Does Gulam screw up environmental variables?
  5. Message-ID: <2151@eagle.ukc.ac.uk>
  6. Date: 6 Nov 92 12:44:05 GMT
  7. References: <1992Nov1.001546.16859@beaver.cs.washington.edu> <1d27jnINNmnf@usenet.INS.CWRU.Edu> <a1003302@skid.north.de>
  8. Reply-To: wabe@ukc.ac.uk (W.A.B.Evans)
  9. Organization: Computing Lab, University of Kent at Canterbury, UK.
  10. Lines: 41
  11. Nntp-Posting-Host: eagle.ukc.ac.uk
  12.  
  13. In article <a1003302@skid.north.de> alf@skid.north.de (Alf Hoheisel) writes:
  14. >In <1d27jnINNmnf@usenet.INS.CWRU.Edu> bq035@cleveland.Freenet.Edu (Brian Jepson) writes:
  15. >
  16. >
  17. >>==========cut here=================
  18. >>set path c:\bin,c:\,C:\utils\arc,c:\utils\disk,d:\sozobon\bin,e:\bin
  19. >>setenv TMP G:\
  20. >>setenv INCLUDE  D:\SOZOBON\INCLUDE\
  21. >>setenv LIB  D:\SOZOBON\LIB\
  22. >>setenv BUFSIZE 4096
  23. >>==========cut here==================
  24. >
  25. >            stuff deleted
  26. >
  27. >
  28.     Don't get me wrong, I like Gulam a lot and use it daily and the
  29. above discussion on environmental variables has been adequately covered.
  30.  
  31.     BUT - my one persistent and remaining gripe against GULAM is in
  32. its definition  of  $cwd
  33.  
  34.     IF $cwd is the root directory of a volume/partition (e.g. A) then
  35. Gulam sets  $cwd as  A:\    (i.e. WITH a trailing backslash)
  36.  
  37.     However if we are in a sub-directory (e.g. C:\SRC) then Gulam sets
  38. $cwd  as  C:\BIN    (i.e.  WITHOUT a trailing backslash )
  39.  
  40.     This causes hell with my $-aliases for C and FORTRAN compilations
  41. etc. which, ideally, I would like to configure so that I could compile and
  42. link a file in ANY directory  -  be it a ROOT directory or otherwise.
  43.  
  44.     I can see no logical reason for this choice by the (very worthy)
  45. originators of Gulam ( Messrs. Mateti, Bammi et al.). Indeed other shells
  46. (like CRAFT) don't do this - but I dislike CRAFT as it does not support
  47. $-aliases and is rather big (compared to GULAM) with no built-in editior.
  48.  
  49.     I wonder if anyone out there knows better - or can advice me how
  50. I may in Gulam get it to define  $cwd  as A: and NOT  A:\ .
  51.  
  52.                     Cheers,    W. Alan B. Evans
  53.                         [ wabe@ukc.ac.uk ]
  54.