Date: Tue, 03 Oct 2000 19:36:04 +0200 From: "Eli Zaretskii" Sender: halo1 AT inter DOT net DOT il To: 386sx AT my-deja DOT com Message-Id: <1438-Tue03Oct2000193604+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <8FC26D23F386sxmydejacom@130.133.1.4> Subject: Re: Building gdb 5.0 References: <200010020734 DOT JAA25254 AT bashir DOT belgium DOT eu DOT net> <8FC14D45F386sxmydejacom AT 130 DOT 133 DOT 1 DOT 4> <8FC26D23F386sxmydejacom AT 130 DOT 133 DOT 1 DOT 4> 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 > From: 386sx AT my-deja DOT com (386sx) > Newsgroups: comp.os.msdos.djgpp > Date: 3 Oct 2000 14:49:48 GMT > > 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. Look into the shell script: it tests for the existance of several files, and if one of them does not exist, the script fails. Tell me which files do not exist in your case, and I'll try to figure out why.