From: pavenis AT lanet DOT lv To: "Mark E." , djgpp-workers AT delorie DOT com Date: Thu, 29 Aug 2002 13:59:48 +0300 MIME-Version: 1.0 Subject: Re: GCC 3.2 DJGPP beta build error Message-ID: <3D6E28D4.19015.7A78FF@localhost> In-reply-to: <3D6D52DA.16947.92EA3B@localhost> References: <3D6A1F45 DOT 6288 DOT 1211B9 AT localhost> X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 28 Aug 2002 at 22:46, Mark E. wrote: > > I guess You're using last Mark's version of bash-2.0.5b. Don't do that > > as it's broken. Mark send a message some time ago that he has fixed > > some typo there, but it didn't work after that either (I guess he uploaded > > a source archive without a fix). > > I uploaded a new version of 2.05b containing a few tweaks. It works fine with > the supplied build scripts. > Did not test much, but saw one trouble at configure time. --- gnu/bash-2.05b/djbuild/djconfig.sh~1 Thu Aug 29 13:20:04 2002 +++ gnu/bash-2.05b/djbuild/djconfig.sh Thu Aug 29 13:25:08 2002 @@ -26,5 +26,5 @@ #export PATH_EXPAND=Y # Now configure this mamajama -sh ../configure --disable-nls --prefix=/dev/env/DJDIR +sh ../configure --disable-nls --prefix=/dev/env/DJDIR \ --without-bash-malloc $* Built todays snapshot of GDB after installing this bash version. Didn't test with GCC yet. Andris