X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <4A8E9ED2.6050704@iki.fi> Date: Fri, 21 Aug 2009 16:19:14 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; U; Linux i686; fi; rv:1.9.1.1) Gecko/20090715 Lightning/1.0pre Thunderbird/3.0b3 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: bash 2.05 crash trying to "./configure" ZILE 2.3.10 References: <9fe70488-2128-4115-b766-c3508c3f28da AT v36g2000yqv DOT googlegroups DOT com> <0d60beaa-5dd4-4552-81d0-b589d4cd1fe5 AT d32g2000yqh DOT googlegroups DOT com> <4A8A314C DOT 80004 AT iki DOT fi> <7881ba50-633c-4aec-9947-b3321e3da846 AT c14g2000yqm DOT googlegroups DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 08/20/2009 11:42 PM, Rugxulo kirjoitti: > > P.S. If anybody wants to test, here's latest ZILE sources (and I can > send my lame-o tweaks if needed). Basically, I'm just trying to get "./ > configure" to not crash (comment out all "return $ac...") and then > eventually actually work (not done, might need patching Bash). I > actually just used Cygwin's old AutoConf 2.63 (grrr, stupid setup.exe > is hard to tell to get an older version) to regenerate it as a > temporary workaround. But obviously that's not an ideal solution > looking forward. Any hints are highly appreciated. (And no, DJGPP's > 2.59 doesn't work, no flock support, among other issues.) > > You do not need to run DJGPP port of autoconf. Try corresponding version for Linux (under Linux of course) or one for Cygwin or Mingw to regenerate configuration related files. For example gcc-4.4.X requires specified autoconf version (2.59). For me the first step to build a DJGPP port of GCC is to build Linux-to-DJGPP cross-compiler RPMs: the sources are patched so that I require to run autoconf, automake, etc. So I'm doing it under Linux. Also: do not use autoconf-2.63 if configure is supposed to be run with DJGPP port of bash. It has bug which broke configure for DJGPP. Bug should be fixed in autoconf-2.64, but I have not tested it. Andris