| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| From: | "Andreas Matthies" <andreas DOT matthies AT landsh DOT de> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | redirection of stderr impossible? |
| Date: | Mon, 10 Jan 2000 14:33:47 +0100 |
| Organization: | NetUSE Kommunikationstechnologie GmbH |
| Lines: | 15 |
| Message-ID: | <newscache$jeg4of$rsb$1@www> |
| NNTP-Posting-Host: | 193.101.67.65 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 5.00.2919.5600 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2919.5600 |
| X-NNTP-Posting-Host: | firewall.landsh.de |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Hi. I'm using autoconf to produce configure-skripts. The resulting code for an AC_CHECK_HEADER macro is based on the redirection of stderr-output from gcc: gcc -c conftest.c 2>conftest.out This doesn't seem to work in djgpp. Output is always on screen, even 1>file doesn't work. I should mention that I use the bash of cygwin32 in a Windows32-environment, where redirection works pretty good. Only the compilers are the djgpp one's. Any help? Thanks, Andreas ( Sorry for my english)
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |