Howard Chu <[EMAIL PROTECTED]> writes:
> I was thinking that, or ((set -o posix) >/dev/null 2>*1); ... Will
> give it a shot.
Another possibility, which I just thought of, is to redirect stdin as
well:
(set -o posix) /dev/null 2>&1
Another possibility is to try "set +o posix" instead of "set -o
Hi Jaimon,
* Jaimon Jose wrote on Sat, Jan 14, 2006 at 07:25:34PM CET:
> Compiler flag -xarch=v9 or -xarch=generic64 ( sunstudio 8
> onwards ) is used to build 64 bit object files. The same flag needs to
> be provided to the linker driver, so that the compiler driver picks up
> the correct run
Paul Eggert wrote:
Ralf Wildenhues <[EMAIL PROTECTED]> writes:
Likewise, I have been unable to reproduce any issues _without_ `sh -vx'.
I didn't quite follow everything in that thread, but as I understand
it the problem occurs only when one is using "sh -vx configure" on AIX.
The reason I w
Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> Likewise, I have been unable to reproduce any issues _without_ `sh -vx'.
I didn't quite follow everything in that thread, but as I understand
it the problem occurs only when one is using "sh -vx configure" on AIX.
Ralf Wildenhues <[EMAIL PROTECTED]>