Mail Archives: djgpp/1995/12/10/03:19:22
On Fri, 8 Dec 1995, Geoffrey Wong wrote:
> I have the following problem with make.
> It thinks that the arg list is too long, how can I deal with that?
Use GNU Make compiled with DJGPP. Any version of Make which uses
command.com to invoke other programs won't be able to deal with command lines
longer than 126 characters. DJGPP has special methods of passing long
command lines which make this work. Read Chapter 16 of the DJGPP FAQ
list (available as faq102.zip from the same place you get DJGPP) for more
details.
- Raw text -