On Sun, Oct 24, 2010 at 04:33:10PM +0200, Christian wrote: > I know that I have to use piping for this, but I want to output the > errors I get while compiling a program into atext file. > What to type after make then? `make 2> foobar` will put them errors in a text file called "foobar".