home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4463 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  990 b 

  1. Path: sparky!uunet!kithrup!hoptoad!pacbell.com!mips!swrinde!zaphod.mps.ohio-state.edu!rpi!newsserver.pixel.kodak.com!laidbak!tellab5!vpnet!serveme!tallboy!news
  2. From: pynq@midway.uchicago.edu (George Jetson)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Report small bug (?) in GO32
  5. Message-ID: <9208172142.AA18831@midway.uchicago.edu>
  6. Date: 17 Aug 92 21:42:57 GMT
  7. Sender: news@tallboy.chi.il.us
  8. Lines: 13
  9.  
  10. I did something like:
  11.  
  12.     go32 foo bar bletch > outfile
  13.  
  14. and it exited quickly back to the the DOS prompt (it should have run for
  15. awhile).  Turned out that I had forgotten to set GCCTMP, and it could
  16. not open the swap file.  However, the msg to that effect ended up in
  17. OUTFILE.  I suggest that GO32 error msgs go to stderr, not stdout.
  18.  
  19. Actually, a case can be made that they should just be blasted
  20. to the terminal (something like to "CON" [In Unixese, /dev/tty]),
  21. since at this point, your program has not even run (it might want
  22. to have exclusive control over the contents of the stderr stream)
  23.