From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f65590b82b0eac10 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-17 11:15:39 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!194.8.194.95!news.netcologne.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Can't redirect output from gnat-3.13p-nt Date: Fri, 17 Aug 2001 18:15:39 +0000 (UTC) Organization: GMUGHDU Message-ID: <9ljn0b$3kn$1@a1-hrz.uni-duisburg.de> References: <3B7CD645.6597796F@CCI.Sema.de> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 998072139 3735 134.91.4.34 (17 Aug 2001 18:15:39 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Fri, 17 Aug 2001 18:15:39 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:12065 Date: 2001-08-17T18:15:39+00:00 List-Id: DuckE wrote: : Try this one: : : gcc -c proj.adb 2> errors.txt : : To redirects the error output (not the standard output) to a file. I don't think this will work in command.com, it does not in Windows NT cmd.exe. But the latter understands 2>&1, maybe this helps. Also, I have some vague memories of more usable shell replacements (4DOS?, pdksh?, bash?) which could provide redirection. You might have to start gvim from that replacement. Georg