From: 386sx AT my-deja DOT com (386sx) Newsgroups: comp.os.msdos.djgpp Subject: Re: Building gdb 5.0 Date: 4 Oct 2000 11:55:57 GMT Organization: Flamesuits -R- Us Lines: 18 Message-ID: <8FC35B99E386sxmydejacom@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> <8FC26D23F386sxmydejacom AT 130 DOT 133 DOT 1 DOT 4> <1438-Tue03Oct2000193604+0300-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: 166.102.225.52 X-Trace: fu-berlin.de 970660557 18420542 166.102.225.52 (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 Eli Zaretskii says: >> 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. My mistake. I was thinking I could specify a directory to build _to_ from the source directory.