[BRLTTY] Problem compiling brltty under MingW

Samuel Thibault samuel.thibault at ens-lyon.org
Fri Nov 11 09:22:54 EST 2005


Lars Bjørndal, le Fri 11 Nov 2005 14:27:45 +0100, a écrit :
> I get errors while doing 'make' on brltty under mingw. However, I
> don't know how to redirect all screen output to a file, so that I can
> forward the error messages to the list. I tried 'make 2>&1 >text.txt'
> but the messages appears only on screen, not in the file. Any
> suggestions?

That needs to be make > text.txt 2>&1 because else 2>&1 is actually
useless.

Note: update to latest svn revision, and remember to re-run ./configure.

Regards,
Samuel


More information about the BRLTTY mailing list