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 13:14:37 -0700 Organization: http://groups.google.com Lines: 69 Message-ID: <1185740077.553194.252870@i38g2000prf.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 1185740078 7034 127.0.0.1 (29 Jul 2007 20:14:38 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 29 Jul 2007 20:14:38 +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: i38g2000prf.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. What does "set -x" do, anyway? It gave me this now: bash-2.04$ ./configure + test -n '' + test -n set + set -o posix + DUALCASE=1 + export DUALCASE + as_unset=unset + unset ENV MAIL MAILPATH + PS1=$ + PS2=> + PS4=+ + set +x 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-42~1.1> No info on the crash. Do I have to look somewhere for some sort of output file?