Mail Archives: djgpp/2002/10/17/02:14:26
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.
- Raw text -