[PD] Jack support on Windows

IOhannes zmölnig zmoelnig at iem.at
Sun Jan 20 15:53:23 CET 2013


On 01/20/2013 01:50 PM, Esteban Viveros wrote:
> HC, can the compilation process gender a log file?
>
>

i'm not HC, but hopefully i can give some hints.

$ make > make.log

will redirect all stdout to make.log
since most errors got to stderr, you probably want to do:

$ make > make.log 2>&1

which will first redirect stderr to stdout, and then capture stdout to 
make.log.

gfamsdr
IOhannes



More information about the Pd-list mailing list