./configure --prefix=/usr/local/mpich/mpich-1.2.6/ifc-ch_p4 > config.log 2>&1
This is my standard way of doing things and it's worked fine on RedHat and IRIX boxes. Indeed, a simple example gives the behaviour I expect:
$ (date; date -s) > config.log 2>&1;cat config.log Fri Nov 19 13:01:28 GMT 2004 date: option requires an argument -- s Try `date --help' for more information.
I do note that the first line of the configure script is #! /bin/sh
but I believe that should not effect the std out|err of my command line
Ideas anybody??
Thanks, Michael
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]