From: 386sx AT my-deja DOT com (386sx) Newsgroups: comp.os.msdos.djgpp Subject: Re: Building gdb 5.0 Date: 3 Oct 2000 14:49:48 GMT Organization: Flamesuits -R- Us Lines: 37 Message-ID: <8FC26D23F386sxmydejacom@130.133.1.4> References: <200010020734 DOT JAA25254 AT bashir DOT belgium DOT eu DOT net> <8FC14D45F386sxmydejacom AT 130 DOT 133 DOT 1 DOT 4> NNTP-Posting-Host: r-93.60.alltel.net (166.102.93.60) X-Trace: fu-berlin.de 970584588 18298004 166.102.93.60 (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 Tim Van Holder says: >In a burst of inspiration, 386sx AT my-deja DOT com (386sx) wrote this on Monday, >October 2, 2000 1:28 PM: >> Tim Van Holder says: >> >>>From the /usr/tmp/gdb-5.0/configure I am assuming you were running it >>>from a linux prompt. >> >> Nope. It was a djgpp bash prompt on DOS/Windows 95. >OK. >Another possibility (though unlikely): the Cygnus configure may be >expecting intl to be target-specific. Does it help if you create a >i386-pc-msdosdjgpp/intl subdir in your build directory? > >Tim Van Holder No that didn't help and I don't have Cygnus if that matters. I did have a successful build from a DOS prompt in case you missed a previous post. Maybe a clue: The readme file in gdb-5.0/gdb/config/djgpp says that I can specify a build directory like so: sh ./gdb/config/djgpp/djconfig.sh d:/gnu/gdb-5.0 but it won't let me do that from either DOS or from bash. (I used sh ./gdb/config/djgpp/djconfig.sh c:/gnu/gdb-5.0). This is what I get: Checking the unpacked distribution... FAILED. You MUST unpack the sources with the DJTAR command, like this: djtar -x -n fnchange.lst gdb-X.YZ.tar.gz where X.YZ is the GDB version, and fnchange.lst can be found in the gdb/config/djgpp/ directory in the GDB distribution. configure FAILED!