home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / tcl / 2436 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.6 KB

  1. Path: sparky!uunet!crdgw1!newsun!news
  2. From: damurphy@wc.novell.com (Duane Murphy)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Re: DOSTCL62 and 4DOS problem
  5. Message-ID: <1993Jan21.173501.24709@novell.com>
  6. Date: 21 Jan 93 17:35:01 GMT
  7. References: <1993Jan21.030839.5864@cs.ucla.edu>
  8. Sender: news@novell.com (The Netnews Manager)
  9. Organization: Novell, Inc.
  10. Lines: 22
  11. X-Xxdate: Thu, 21 Jan 93 17:42:24 GMT
  12. Nntp-Posting-Host: 130.57.72.123
  13. X-Useragent: Nuntius v1.1.1d12
  14.  
  15. In article  George Wu, grw@oahu.cs.ucla.edu writes:
  16. >  The version of 'tcltest' based on dostcl62 running under 4DOS can
  17. >not 'exec' for some reason.  The error message printed out is always
  18. >"Access error ...".  I have traced the problem to a system() call in
  19. >the dos_exec.c module, it always fails (i.e. returns -1  The same
  20. >tcltest seems fine running under COMMAND.COM.  Does anyone have any
  21. >idea what's causing the problem under 4DOS ?  Any comment is greatly
  22. >appreciated.
  23.  
  24. Dollars to donuts says that the exec does the shell wrong.  I'll bet exec 
  25. tries to run COMMAND.COM instead of using the COMSPEC environment 
  26. variable.  4DOS warns that some programs shell incorrectly and cause this 
  27. problem.  The exec command is probably broken.
  28.  
  29. Just a thought,
  30. ...Duane
  31.  
  32.   +------------------------+--------------------------------------------+
  33.   | Duane Murphy           | My opinions are mine, mine, and only mine; |
  34.   | damurphy@wc.novell.com |      Except when they are also yours.      |
  35.   | Macintosh Software QA  |                                            |
  36.   +------------------------+--------------------------------------------+
  37.