Mail Archives: djgpp/1993/08/26/08:15:36
Seems my last message was redundant (aren't mailing lists wonderful?)
but I wondered about this:
>From: DJ Delorie <dj AT ctron DOT com>
>
>> Here are the error messages I got (painfully retyped by me since
>> I couldn't redirect !@*%#***@@#! stderr under DOS):
>
>C> set GO32=2r1
>C> gcc hello.cc -lgpl > foo
I'm almost certain I've used the standard msdos stderr redirection
with djgpp: gcc hello.cc -lgpl >& foo
Was I dreaming? Now I'll have to check! ;-)
Incidentally, and this is more a GNU question, when I try to use the
GNU make and I have a rule like
depend: $(SRC)
$(CC) $(CFLAGS) -M $(SRC) >depend
I get the error message "incorrect DOS version". This (not surprisingly)
doesn't occur with NDMake. Anyone know what causes this?
Gary Lawrence Murphy ---------------- garym AT virtual DOT rose DOT utoronto DOT ca
University of Toronto, Industrial Eng Dept fax: (416) 978-3453
4 Taddle Creek Rd, Toronto, Ont M5S 1A4 voice: (416) 978-3776
The true destination is always just here, now ----------------------
- Raw text -