X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: mike3 Newsgroups: comp.os.msdos.djgpp Subject: Re: "configure" script fails catastrophically Date: Sun, 29 Jul 2007 21:38:59 -0700 Organization: http://groups.google.com Lines: 41 Message-ID: <1185770339.406647.84100@g12g2000prg.googlegroups.com> References: <1185666705 DOT 728871 DOT 33770 AT z24g2000prh DOT googlegroups DOT com> <46AC33E7 DOT 1090909 AT iki DOT fi> NNTP-Posting-Host: 70.101.146.105 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1185770340 31206 127.0.0.1 (30 Jul 2007 04:39:00 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 30 Jul 2007 04:39:00 +0000 (UTC) In-Reply-To: <46AC33E7.1090909@iki.fi> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: g12g2000prg.googlegroups.com; posting-host=70.101.146.105; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 On Jul 29, 12:29 am, Andris Pavenis wrote: > mike3 wrote: > > Hi. > > > I was trying to run the "configure" script for GMP (GNU MP Bignum > > Package) on DJGPP with "bash", and this happened: > > > bash-2.04$ ./configure > > configure: loading site script c:/djgpp/share/config.site > > configure: loading cache /dev/null > > /configure: .: /dev/null: not a regular file > > checking build system type... pentium4-pc-msdosdjgpp > > checking host system type... pentium4-pc-msdosdjgpp > > checking for a BSD-compatible install... /dev/env/DJDIR/bin/ > > ginstall.exe -c > > checking whether build environment is sane... yes > > checking for gawk... no > > checking for mawk... no > > checking for nawk... no > > checking for awk... no > > checking whether make sets $(MAKE)... > > C:\unzipped\gmp-4.2.1> > > > Bam -- right there it goes back to the DOS prompt. Not to the bash > > prompt but bash completely crashes somehow (without giving me any sort > > of error message) and goes back to the DOS prompt. What is wrong here? > > > PS. I'm using Windows 2000 as the main operating system. > > Run it yesterday for both DJGPP v2.03 and and DJGPP v2.04 and there were > no problems building GMP-4.2.1 and MPFR-2.2.1. > > You perhaps have some too old DJGPP binary packages installed built > using DJGPP version 2.03r2. You may try inserting line 'set -x' in > configure script and to look where it crashes, to get some hint which > package to upgrade. I did a fresh install of DJGPP and now it works. Thanks for the answers anyway. Had to get something called an "m4" too, BTW.