make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: w32 gmake: can't echo long strings (fwd)


From: Eli Zaretskii
Subject: Re: w32 gmake: can't echo long strings (fwd)
Date: Thu, 19 Sep 2002 13:14:05 +0200 (IST)

On Thu, 12 Sep 2002, Ted Phares wrote:

>   g:\devel\dsp\axis>gmake -version
>   GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
>   Built for i386-pc-msdosdjgpp

You are using a DJGPP port of GNU Make.  That port is expected to have 
the problems you mentioned, since the underlying C library used to link 
the binary lacks the ability to pass commands longer than 126 characters 
to the Windows shell.  (The next version of the library has that feature 
added to it.)

You could use the DJGPP program djecho instead of the shell's echo to 
work around this.  Or simply switch to a native Windows port of Make.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]