Date: Thu, 17 Oct 2002 08:14:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: mlouise AT it-c DOT dk cc: djgpp AT delorie DOT com Subject: Re: makefile and emacs problems with DJGPP In-Reply-To: <12879.193.109.57.252.1034776702.squirrel@webmail.it-c.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 16 Oct 2002 mlouise AT it-c DOT dk wrote: > I can compile, link and make an .exe file from the prompt, but when I use > the make -k command in my emacs-editor jeg receive the following message > for each file included (in the example parser.c): > > c:\ml\Kode>C:/Emacs/emacs-20.6/bin/cmdproxy.exe -ec 'gcc -MM lexer.c \ > | sed '\''s/\(lexer\)\.o[ :]*/\1.o lexer.d: /g'\'' > lexer.d' > warning: extra args ignored after '-ec' From this output, I suspect that you installed the Windows port of Emacs (a.k.a. NTEmacs), not the DJGPP port. If so, I think the problem is that Windows programs cannot pass long command lines to DJGPP programs. Alternatively, it could be that jeg (whatever that is) causes some conflict. What command did you invoke at "M-x compile"s prompt, exactly? > I think the path c:\ml\Kode>C:/Emacs/emacs-20.6/bin/cmdproxy.exe is wrong, No, it isn't wrong: forward slashes are okay here.