Yeah.. I can gender a log file now.. The next log I will use that! Thanks!
2013/1/20 IOhannes zmölnig zmoelnig@iem.at
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
______________________________**_________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list http://lists.puredata.info/listinfo/pd-list