From: kevin lyda (kevin at domain suberic.net)
Date: Tue 07 Sep 1999 - 17:08:18 IST
Brian Galbraith spoke thusly:
>The GUI I use with PGP/GPG has been giving some problems since I upgraded to
>SuSe 6.2.
>
>The developers have asked me to forward the output when I run make.
>I have not discovered how to save the output to file, and I do not relish
>the thought of having to type out the whole thing.
the easy way:
% cd
% script
% cd dir/with/source
% <commands to build pgp/gpg typed in as usual>
% exit
the output will be in a file called "typescript"
otherwise you can use shell redirection.
csh% make >& make.out
or
bash% make > make.out 2>&1
kevin
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:32 GMT