Date: Thu, 8 Aug 1996 09:39:26 +0200 (IST) From: Eli Zaretskii To: Tim Olmstead Cc: djgpp AT delorie DOT com Subject: Re: GO32, and GCC questions In-Reply-To: <4to1e4$kgk@newshost.cyberramp.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 31 Jul 1996, Tim Olmstead wrote: > 2. How can I get GCC to link a VERRY large program when the DOS > command line won't hold all the library names? Use either DJGPP port of Make (which knows how to pass long command lines to GCC), or the response file feature: gcc @file where `file' holds the actual command line. The DJGPP port of Make is available as v2gnu/mak373b.zip from the same place you get DJGPP. The response file facility (and other methods to pass long command lines to DJGPP programs) are explained in section 16.4 of the DJGPP FAQ list (available as v2/faq201b.zip).