bug-autoconf
[Top][All Lists]
Advanced

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

Re: Problem with groff's configure script on z/OS Unix


From: Paul Eggert
Subject: Re: Problem with groff's configure script on z/OS Unix
Date: Tue, 12 Feb 2002 11:24:08 -0800 (PST)

> From: Akim Demaille <address@hidden>
> Date: Tue, 12 Feb 2002 18:13:04 +0100
> 
> I'd like to make sure that the problem is really wrt the number, and
> not wrt the structure of the command itself.

It is weird if the problem is with the number "5".  Why on earth would
"5" be special?

They might also try this shell script:

#! /bin/sh
exec 5>&-
exec 5> /tmp/foo.log
echo foo >&5
cat /tmp/foo.log

as it may be possible to work around the problem by closing 5 first.

Also, can they use "truss" or something like that on the failing process,
to see what system calls it is executing just before the failure?



reply via email to

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