Under dos I believe &> is used to pipe both stderr and stdout to file, under
unix it is >&.
Thanks :)
Starting on that I found the DOS syntax: "2>".
I'll probably use another approach than redirection to file in the end,
to allow some more "interactive" compilation progress report.
Eric
> Is there a way to have the linker errors saved to a file (under Win32, 1.9.1)
> instead of just listed in the DOS box?
>
> The -Fe catches compilation errors and messages, but linker issues
> (such "undefined reference to SomeSymbol") are listed only in the DOS Box.
> I've tried to redirect outp
Is there a way to have the linker errors saved to a file (under Win32, 1.9.1)
instead of just listed in the DOS box?
The -Fe catches compilation errors and messages, but linker issues
(such "undefined reference to SomeSymbol") are listed only in the DOS Box.
I've tried to redirect output to a file