X-Spam-Check-By: sourceware.org Message-ID: <4559F85D.50404@tapil.com> Date: Tue, 14 Nov 2006 12:09:49 -0500 From: Michael Adler User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Perl output dropped when invoking itself Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Status: Clean X-Orig-Rcpts: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I'm having Perl I/O problems on one machine that keep me from getting CPAN installations to work. On this machine if I execte: perl -e 'print `perl -e "require 5; print qq{VER_OK\n}"`;' from bash there is no output. On all my other machines it prints VER_OK. ExtUtils::MM_Unix does this test and fails. I've looked at all environment variables I can think of, especially CYGWIN, and it is identical on a machine that works and one that fails. Cygwin is up to date on both and Perl version is 5.8.7. I've tried multiple values of the PERLIO variable with no success. Replacing the inner invocation of perl with some other command, like cat of a file, works on both machines! I tried blowing away the entire perl environment and reinstalling. I assume I'm missing something simple. Hints would be appreciated. Thank you, -Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/