[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
w32 gmake: can't echo long strings (fwd)
From: |
Ted Phares |
Subject: |
w32 gmake: can't echo long strings (fwd) |
Date: |
Wed, 11 Sep 2002 17:43:33 -0700 (PDT) |
(cc'd to gnu.utils.bug)
Hi,
Using GNU make version 3.79.1 under win32:
I notice that gmake chokes if a rule includes a command that attempts
to echo a string > 94 characters long. For example, if my makefile
looks like
MAKESHELL=C:\WINNT\system32\cmd.exe
FOO = 0---------1---------2---------3--------\
4---------5---------6---------7---------8---------9-----
.PHONY: fooout
fooout:
@echo Im about to die
@echo $(FOO)
I get the following result when I try to invoke it:
G:\devel\dsp\axis>gmake -ffoo.mak
Im about to die
gmake.exe: *** [fooout] Error 11
Is this a known issue?
thanks,
-ted
- w32 gmake: can't echo long strings (fwd),
Ted Phares <=
- 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, 2002/09/19
- 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