Bill,
Sorry but I used your earlier example as I thought that would also capture
stderr.  Attached is the 'tee' version.  I don't see any difference.  The
'&' in the command line caused an error so it wasn't used.

_____________________________
Dan Malcolm CFI/II
K4SHQ


-----Original Message-----
From: Bill Somerville [mailto:g4...@classdesign.com] 
Sent: Sunday, March 05, 2017 4:20 PM
To: wsjt-devel@lists.sourceforge.net
Subject: Re: [wsjt-devel] Hamlib3 compile error

On 06/03/2017 01:37, Greg Beam wrote:
> build-hamlib3 |tee -a hamlib3-build.log
>
> That should scroll the build on the screen and create a build log for you.

Hi Dan & all,

better to use:

build-hamlib3 |& tee hamlib3-build.log

so that any error output sent to the stderr stream is also sent to the log
file and a fresh log file is created for each run.

73
Bill
G4WJS.

----------------------------------------------------------------------------
--
Check out the vibrant tech community on one of the world's most engaging
tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Attachment: hamlib3-build-tee.log
Description: Binary data

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to