Mail Archives: djgpp/2000/01/20/13:59:29
Very odd, DJECHO is truncating the line! Here's exactly what is executed
(all one line):
djecho -o response " -O2 -fno-builtin -fomit-frame-pointer -Wall
-Ie:/winlegos/include -I. -Ie:/winlegos/boot -c e:/winlegos/kernel/mm.c -o
mm.o"
Here's what I end up with in the response file (again, all one line):
-O2 -fno-builtin -fomit-frame-pointer -Wall -Ie:/winlegos/include -I.
-Ie:/winlegos/boot -c e:/winlegos/kernel/m
I'm using MAKE 3.78.1 (I tried version 3.77 also). DJECHO is from DJDEV203.
Is it possible the two programs are not communicating properly?
Eli Zaretskii wrote:
> But "djecho blah" *will* work, since djecho.exe is a DJGPP program, to
> which Make knows how to pass long commands.
- Raw text -