Hi Steve,

Thanks for the info. I actually want to see the errors in the terminal window 
that is 
why I just send the normal text to a file.

Thanks
John

On 5 Oct 2008 at 9:18, Stephen Wille Padnos wrote:

> John Thornton wrote:
<snip snip snip> 
> >The make > 1make.txt sends the normal output to the file so all I see
> >it warnings and errors which makes it easier for me to see them after
> >the run...
> >
> Yep.  Actually, there may be some errors that don't get logged that
> way.  You can also redirect stderr to stdout, if you want to catch
> those also: make 2>&1 > 1make.txt the 2>&1 redirects file 2 (stderr)
> to file 1 (stdout), then the > redirects stdout to the file.
> 
> - Steve


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to