From: Rossz =?iso-8859-1?Q?V=E1mos=2DWentworth?= Newsgroups: comp.os.msdos.djgpp Subject: Re: Create response files Date: Thu, 20 Jan 2000 09:52:34 -0800 Organization: Advent Software, Inc. Lines: 21 Message-ID: <38874B62.AE994721@jps.net> References: NNTP-Posting-Host: rwentwor.advent.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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.