Date: Sun, 10 Dec 1995 08:53:43 +0200 (IST) From: Eli Zaretskii To: Geoffrey Wong Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: HELP!!!! 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.