Date: Sun, 23 May 1999 12:19:12 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Robert Hoehne cc: djgpp-workers AT delorie DOT com Subject: Re: gdb 4.18 for DJGPP (alpha) In-Reply-To: <199905201929.PAA27463@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 20 May 1999, Robert Hoehne wrote: > CONFIG_HEADERS=config.h:config.in > > If you configure now on an other drive, configure inserts > the source directory in this filename ($srcdir/config.in) > and then it sed's the ':'. But now the $srcdir has also a > colon! Been there, done that. I had this problem in every port of a GNU package. I usually edit the configure script (from config.bat) to avoid the problem. All that is needed is to reverse the order of the two Sed -e commands on that line, and it will work. > It is there already and named patches.418 ! Sorry, I missed it. Perhaps it should be mentioned in the README. > Having this I think it is not neccesary to have a separate zip with > the missing original gdb sources. ??? How could these diffs help when someone looks for a source file that wasn't included in gdb418s.zip?