From: "Mark E." To: djgpp-workers AT delorie DOT com, laurynas Biveinis Date: Wed, 31 May 2000 10:38:05 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bash 2.04 beta 5 released Message-ID: <3934EB8D.24637.1661D9@localhost> In-reply-to: <3934EC86.6E2815B4@softhome.net> X-mailer: Pegasus Mail for Win32 (v3.12c) 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 > Comments about source: > 1) Is it OK to distribute config.cache with sources? IMHO it conflicts > with point of reconfiguration. It's not supposed to be there. Thanks for catching it. > 2) make fails with 'No rule to create tminit.o required by bash.exe' > (not exact wording). It seems that tminit.o is specified twice in makefiles - > once in lib/dos/Makefile, and second time in ./Makefile - bash.exe depends > on tminit.o while it is already provided by libdos.a. Patch below should > fix that. Sorry about that. I moved tminit.c to lib/dos after figuring out that I had to add an explicit reference to one of it's symbols to get it to override libc's version (same for dosexec). > 3) A .DSM for sources would be welcome Ok. > 4) Just a minor note - now, when CPU detection is in CVS, if somebody rebuilds > shell-utils, he will get config.guess failure. How about updating to recent > config.guess/config.sub versions from their main CVS repository? Will do.