Date: Tue, 23 Feb 1999 13:05:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Legner cc: djgpp AT delorie DOT com Subject: Re: MAKEing trouble In-Reply-To: <36D248C1.D5126F88@whitehorse.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com 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.