Re: [fpc-devel]Having FPC linker errors saved to a file

2004-01-08 Thread Eric Grange
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

Re: [fpc-devel]Having FPC linker errors saved to a file

2004-01-08 Thread Marco van de Voort
> 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

[fpc-devel]Having FPC linker errors saved to a file

2004-01-08 Thread Eric Grange
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