From: 386sx AT my-deja DOT com (386sx) Newsgroups: comp.os.msdos.djgpp Subject: Building gdb 5.0 Date: 29 Sep 2000 13:44:00 GMT Organization: Flamesuits -R- Us Lines: 18 Message-ID: <8FBE61DCC386sxmydejacom@130.133.1.4> NNTP-Posting-Host: asoh2pp37.alltel.net (166.102.93.38) X-Trace: fu-berlin.de 970235040 17289414 166.102.93.38 (16 [33304]) User-Agent: Xnews/03.09.22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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.