X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Fri, 30 Nov 2001 14:01:19 -0600 From: JT Williams To: djgpp AT delorie DOT com Subject: Re: ANNOUNCE: DJGPP port of GNU bison 1.30 uploaded Message-ID: <20011130140119.C27544@kendall.sfbr.org> Mail-Followup-To: djgpp AT delorie DOT com References: <200111121508 DOT fACF8Co18200 AT delorie DOT com> <20011129124158 DOT D21756 AT kendall DOT sfbr DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011129124158.D21756@kendall.sfbr.org>; from jeffw@darwin.sfbr.org on Thu, Nov 29, 2001 at 12:41:58PM -0600 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 Ok, now I can answer my own post. -: -: This is a port of GNU Bison 1.30 to MSDOS/DJGPP. -: -: Is it possible to build this out of the box (under bash), using the usual -: configure/make/install procedure? No. Even with the djgpp-specific `config.site' are still some problems (with path parsing when looking for executables). -: The DOS batch file supplied with the source archive complains -: about insufficient environment space, no matter how much environment space -: I request at boot time Only because this error handler is invoked too generally; the actual error may well have nothing to do with the size of the environment. BTW, I could not get the file djgpp/config.bat to run without first shortening several of its command lines (plain DOS 5.0). The batch file also appears to be sensitive to the _order_ of its arguments, and _all_ arguments must be specified, e.g., djgpp\config.bat no-nls no-cache no-dep . YMMV.