Date: Sat, 14 Jul 2001 11:02:12 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: acottrel AT ihug DOT com DOT au Message-Id: <1190-Sat14Jul2001110211+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <004401c10c01$09da0bf0$0a02a8c0@acceleron> (acottrel@ihug.com.au) Subject: Re: DJDIR Windows 2000 investigation results #1 References: <004401c10c01$09da0bf0$0a02a8c0 AT acceleron> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Andrew Cottrell" > Date: Sat, 14 Jul 2001 11:05:03 +1000 > > DJGPP C:\dj204\gnu\gdb-5.0>sh ./gdb/config/djgpp/djconfig.sh > Checking the unpacked distribution... ok. > Editing configure scripts for DJGPP... > Running the configure script... > configure: Unrecognized option: "--prefix=${DJDIR}"; use --help for usage. Try another version of Bash. I just checked on 2 of the 3 machines where I built GDB (the 3rd is in my office, so it will have to wait until after the weekend), and it turns out that one of them uses Bash 2.03, while the other uses Bash 2.04 dated April 2001. So either Bash 2.03 or the latest 2.05 would be good candidates for trying. In any case, you will clearly see in the configure script that "--prefix*" _is_ supported; perhaps adding "set -x" to the beginning of the script will reveal the problem. ("set -x" is the Bash equivalent of "echo on".)