----- Original Message ----- 
From: "Todd H" <[EMAIL PROTECTED]>
To: "Eric Wilhelm" <[EMAIL PROTECTED]>; <inline@perl.org>
Sent: Friday, June 02, 2006 12:50 AM
Subject: Re: problem with LIBS
.
.
> 
> Can I capture the output of "nmake test" and send it
> to you? I tried doing an "nmake test > out.txt" but
> out.txt did not have a lot of useful info in it.
> 

You need to do 'nmake test >out.txt 2>&1'.

Cheers,
Rob

Reply via email to