Mail Archives: djgpp/1999/02/23/06:07:11
On Tue, 23 Feb 1999, Richard Legner wrote:
> When I enter a command that takes more than a certain number of
> characters (I think its around 120 or so) it does not get executed
> properly and make stops running.
This can only happen if the Makefile invokes non-DJGPP programs. When
DJGPP programs are invoked, Make should be able pass it very long command
lines (up to 16KB), unless you use a port of very old (before 3.75)
version of Make. The compiler and the linker are DJGPP programs, so you
shouldn't have any such problems with them.
The DJGPP FAQ explains this issue at length in sections 16.4-16.6.
- Raw text -