X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 04 Dec 2001 21:23:37 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Juan Manuel Guerrero" Message-Id: <3099-Tue04Dec2001212336+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: jeffw AT darwin DOT sfbr DOT org, djgpp AT delorie DOT com In-reply-to: <7FB3EF3DFA@HRZ1.hrz.tu-darmstadt.de> (ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De) Subject: Re: ANNOUNCE: DJGPP port of GNU bison 1.30 uploaded References: <20011129124158 DOT D21756 AT kendall DOT sfbr DOT org>; from jeffw AT darwin DOT sfbr DOT org on Thu, Nov 29, 2001 at 12:41:58PM -0600 <7FB3EF3DFA AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> 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: "Juan Manuel Guerrero" > Date: Tue, 4 Dec 2001 19:05:41 +0100 > > I was able to reproduce this on DOS 6.22 using command.com. I still have > not fully understood what is going wrong here and how to solve this problem. The problem is that some of the lines in the batch file overflow the 126-character limit on the DOS command lines. > It seems to be that config.bat must be rewritten from scratch, but this time > it must be written completely under DOS 622 or a previuos version > using command.com. You could simply break the offending commands (nested IFs) into two blocks.