> Date: Fri, 2 Dec 2005 06:22:14 -0800
> From: "Dan Gilbert \(gilbwd\)" <[EMAIL PROTECTED]>
> Cc: <[email protected]>
> 
> First, I received a later email where you mentioned that perhaps this is
> a handle problem. All of my build scripts redirect STDOUT & STDERR to a
> logfile, like:
> 
> open(SAVEOUT, ">&STDOUT") || warn "Can not re-direct SAVEOUT";
> open(SAVEERR, ">&STDERR") || warn "Can not re-direct SAVEERR";
> open(O_LOG, ">${DRV}\\${SHARE}\\${VIEWTAG}\\${version}_build.log");
> open(STDOUT, ">&O_LOG") || warn "Can not re-direct to STDOUT";
> open(STDERR, ">&STDOUT") || warn "Can not re-direct to STDERR"; 
> 
> Maybe this is the culprit ...
> 
> I will try running gmake with the debugger (and perhaps perl too). I
> only see this problem when I start a build via the WEB based build
> button.
> 
> The version of gmake is 3.80.

What version of Perl is the one you are using?  Is it a Cygwin port of
Perl, perhaps?  Tom Kronmiller in another mail in this thread
indicated that this could be a Cygwin problem, so the question is, is
Cygwin involved in any way in your setup?


_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to