From: pavenis AT lanet DOT lv To: 386sx AT my-deja DOT com (386sx), djgpp AT delorie DOT com Date: Fri, 29 Sep 2000 17:44:15 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Building gdb 5.0 Message-ID: <39D4D4EF.26676.14407C4@localhost> In-reply-to: <8FBE61DCC386sxmydejacom@130.133.1.4> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 29 Sep 2000, at 13:44, 386sx wrote: > I'm trying to compile gdb 5.0 from the sources downloaded from gnu and I > unpacked everything with the djunpack.bat file in the distribution. > I'm using Windows 95. > > gdb-5.0$ sh ./gdb/config/djgpp/djconfig.sh > Checking the unpacked distribution... ok. > Editing configure scripts for DJGPP... > > It edits all of the scripts and everything goes o.k until... > > Running the configure script... > Configuring for a i386-pc-msdosdjgpp host. > Created "Makefile" in /usr/tmp/gdb-5.0 using "mh-frag" > Configuring intl... > /usr/tmp/gdb-5.0/configure: cd: intl: No such file or directory (ENOENT) > > And it goes into recursion at this point. The directory is there, so what > could the problem be? Thanks. I don't know. It was rather long time ago when I built gdb-5.0 for DJGPP in the same way and didn't met any problems. One guess: try adding set -x at start of configure script (after #! /bin/sh of course) and redirect output of djconfig.sh to file. This file contain some hints about problem You have. Andris