From: pavenis AT lanet DOT lv To: "Mark E." , djgpp-workers AT delorie DOT com Date: Tue, 30 Jul 2002 18:55:48 +0300 MIME-Version: 1.0 Subject: Re: bash 2.05b available Message-ID: <3D46E134.22844.561CD9@localhost> In-reply-to: <3D45D3F2.15639.60977A@localhost> X-mailer: Pegasus Mail for Windows (v4.01) 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 29 Jul 2002 at 23:46, Mark E. wrote: > I've uploaded bash 2.05b to: > http://snowballville.tripod.com/djgpp/ Built it (I built it using recent CVS version of DJGPP, gcc-3.1.1 20020625 prerelease, etc). Built gdb-5.2.1 without problems after installing this bash version 2 small build related problems: Variable BUILD_DIR in top level Makefile contains absolute path with backslashes. As result bashversion.exe is not found The default value of CFLAGS is -g. Perhaps "-O2 -Wall -g" should be better. Of course I can specify it in make command line Andris