Date: Tue, 04 Mar 2003 22:53:35 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: omar DOT morales AT computer DOT org Message-Id: <2593-Tue04Mar2003225335+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (omar.morales@computer.org) Subject: Re: DJGPP and WinXP ... more help needed References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Omar Morales" > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 4 Mar 2003 20:45:13 +0100 > > It seems there is a limit of 126 chars in the gcc command line lenght. It is > correct? Yes. The Windows shell cannot invoke DOS programs with a command line that is longer than 126 characters. > And if so, how can I work around it? Do it via Make: create a Makefile with the long command line, and then invoke the compiler from the DJGPP port of GNU Make. DJGPP programs have a method of passing long file names between them; see the FAQ for more details.