Subj : Squish under Linux
To : Bob Jones
From : mark lewis
Date : Tue Nov 18 2003 02:10 pm
ml>> i'm currently seeking info on redirecting everything to
ml>> the log file... seems that
ml>> program 2>&1 > logfile
BJ> try 'program 1>name.log 2>name.err'... Unfortunately, that
BJ> will seperate stderr from stdout lines.....
that's what i've ended up doing... i guess it does make it easier to see the
errors ;-)
BJ> Hmmmm......
BJ> Thanks for the note. If you find a solution, let me know.
hopefully you've read my other messages by now... i did finally get a complete
compile... seems that there are some ^Ms in a couple of the sqafix files and my
compiler doesn't like lines that continue on subsequent lines with a \... i've
had to recombine all those onto one line as use tr to change the ^Ms to
spaces...