HI Alex,

It you're running under Windows, you should be able to use:

make >log.txt 2>err.txt

I'm not sure if you can redirect both errors and normal output into one 
file - you may like to try:

make >log.txt 2>log.txt

but I fear it won't work.

pondlife



Reply via email to