[Top][All Lists]
[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.
- w32 gmake: can't echo long strings (fwd), Ted Phares, 2002/09/11
- Re: w32 gmake: can't echo long strings (fwd), Greg Chicares, 2002/09/12
- Re: w32 gmake: can't echo long strings (fwd), Ted Phares, 2002/09/12
- Re: w32 gmake: can't echo long strings (fwd), Greg Chicares, 2002/09/12
- Re: w32 gmake: can't echo long strings (fwd), Ted Phares, 2002/09/12
- Re: w32 gmake: can't echo long strings (fwd),
Eli Zaretskii <=
- Re: w32 gmake: can't echo long strings (fwd), Ted Phares, 2002/09/19
- Re: w32 gmake: can't echo long strings (fwd), Eli Zaretskii, 2002/09/20
- Re: w32 gmake: can't echo long strings (fwd), Ted Phares, 2002/09/20
- Re: w32 gmake: can't echo long strings (fwd), Ted Phares, 2002/09/12
Re: w32 gmake: can't echo long strings (fwd), Earnie Boyd, 2002/09/12