make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make 3.81 MinGW port and testsuite working with MSYS


From: Earnie Boyd
Subject: Re: make 3.81 MinGW port and testsuite working with MSYS
Date: Mon, 28 Feb 2005 07:16:13 -0500 (EST)
User-agent: SquirrelMail/1.4.3a

<quote who="Eli Zaretskii">
>> Date: Sun, 27 Feb 2005 16:14:32 -0500
>> Cc: Alessandro Vesely <address@hidden>, address@hidden
>> From: "Paul D. Smith" <address@hidden>
>>
>> Alessandro's point is that my suggested "improvement" is using Perl's
>> open() with a pipe and redirection rather than using system, so no shell
>> would be invoked.
>
> Sorry, I missed that.
>
> Does Perl have an explicit redirection operator or function?  If it
> does, we could redirect stderr to stdout _before_ the call to open(),
> and that should do the trick, right?
>

The samle I found in the online docs:
open STDERR, ">&STDOUT" or die "Can't dup stdout";


Earnie

--
http://www.mingw.org
http://sourceforge.net/projects/mingw
https://sourceforge.net/donate/index.php?user_id=15438




reply via email to

[Prev in Thread] Current Thread [Next in Thread]