On 06/09/02, 06:01:56PM +0200, Rocco Rutte wrote:
 
> > Looking at Sven's Installation Examples, I see outputted
> > logs showing the results of configure, make and make
> > install.  Am I correct to assuming that these are
> > generated automatically?
> 
> Yes and no. What do you mean with automatically? Those tools
> involved produce that output automatically, yes. But to use
> them within a homepage, you have to catch them by hand:
> 
>   ./configure ... > ./logfile 2>&1
> 
> will display nothing but store everything in a logfile (you
> should consult your shell's manpage and search for I/O
> redirection).
So, would ./configure 2>&1 | tee ./logfile_config (etc) capture the
output and show it to me on standard output as well (using bash)?

John

Reply via email to