[comp.sys.amiga] LMK

etxpnil@etxsj23.ericsson.se (Per Nilsson TT/SJG 98194 ) (10/04/90)

I've been using some ARexx scripts to let me compile directly from my editor.
From the script I run the LMK command from the Lattice C package and then
process the output to find any warnings or errors.
This has worked great so far, but suddenly with the new SAS/C V5.10 it doesn't.
I tracked down the problem and discovered that the new version of LMK writes
all (almost) output to the STDERR, the old version wrote it to STDOUT.
Why has this change been made ?
Is there any way to capture or even better to pipe the STDERR ?
I've been using WShell and Conman to pipe the output from LMK, but the pipe
doesn't seem to bother about STDERR.
Anybody got any suggestions ?
And finally is there a better way to compile from an editor than to capture
the output from the compiler?
LSE seems to do it in a much better way.