home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / win32 / 329 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.1 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!yale.edu!yale!gumby!destroyer!fmsrl7!eccdb1.pms.ford.com!vscarafi
  2. From: vscarafi@eccdb1.pms.ford.com (Vincent F. Scarafino)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: write this down!!
  5. Message-ID: <Bs5x9I.K5@fmsrl7.srl.ford.com>
  6. Date: 29 Jul 92 18:12:50 GMT
  7. References: <1992Jul29.003953.7220@pony.Ingres.COM>
  8. Sender: usenet@fmsrl7.srl.ford.com (0000-Admin(0000))
  9. Organization: Ford Motor Co.
  10. Lines: 16
  11. Originator: news@pms001
  12.  
  13. rion@Ingres.COM (Rion Cassidy (x3357) OGT) writes:
  14. > Some of the warnings from the NT linker are routed to stderr, not stdout.
  15. > This means that you cannot redirect these warning to a file UNLESS you add
  16. > the following:
  17. > 2>&1
  18. > Add it anywhere on your command line where you are also redirecting output
  19. > to a file.  Apparently this is some kind of UNIX trick brought over to NT.
  20. This is a DOS feature (copied from Multics).  Errors are supposed to go to
  21. stderr to give you the capability to route standard output to a file and still
  22. see errors on your terminal.  Is the NT linker the first piece of software
  23. to do this right?
  24.  
  25. Vince
  26.