X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: pjfarley3 Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: DJGPP port of GNU Gawk 4.0.0 uploaded. Date: Sat, 15 Oct 2011 15:39:16 -0700 (PDT) Organization: http://groups.google.com Lines: 52 Message-ID: <16261372.506.1318718356935.JavaMail.geo-discussion-forums@prng5> References: <201107202024 DOT p6KKOe1T024495 AT delorie DOT com> NNTP-Posting-Host: 24.215.223.136 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1318718357 27004 127.0.0.1 (15 Oct 2011 22:39:17 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 15 Oct 2011 22:39:17 +0000 (UTC) Cc: djgpp-announce AT delorie DOT com In-Reply-To: <201107202024.p6KKOe1T024495@delorie.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.215.223.136; posting-account=Q4nVagkAAADllu3cGSxJhyso54Yjz8BT User-Agent: G2/1.0 X-Google-Web-Client: true Bytes: 3534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p9FMj29D006100 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 Hi, I wanted to generate the gawk 4.0.0 reference card in the doc subdirectory of the gawk-4.0-0 source, but configure run in the doc subdirectory bails out of bash to the dos shell after just a few checks. I invoked configure while in the doc subdirectory both bare (no options) and as: ../configure djgpp --disable-nls but the result was the same in either case, bails to the dos shell. Here are the messages I see from the bare invocation of configure: V:\DJGPP>bash --version GNU bash, version 2.05b.0(1)-release (i586-pc-msdosdjgpp) Copyright (C) 2002 Free Software Foundation, Inc. V:\DJGPP>bash bash-2.05b-v:/djgpp$cd src/gnu/gawk-4.0-0/doc bash-2.05b-v:/djgpp/src/gnu/gawk-4.0-0/doc$../configure configure: loading site script v:/djgpp/share/config.site checking for a BSD-compatible install... /dev/env/DJDIR/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /dev/env/DJDIR/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... .exe checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... V:\DJGPP> The config.log ends at the same message as above. I'm posting from google groups so I can't attach config.log, but I'll paste it into a reply if it would help. diagnse the issue. The host system is WinXP SP3 on a Pentium 4 CPU 3.0 Ghz, 3Gib memory. The DJGPP setup is a fresh install of djdev204 from the beta directory with all of the v2gnu packages installed. The PATH includes V:\DJGPP\bin as the first directory. DJGPP.ENV is updated to add PS1 and SHELL variables after the GO32STUB line: +SHELL=%DJDIR%/bin/sh.exe +PS1=\s-\v-\W\$ Any suggestions to solve this error and finish configuring the doc directory would be helpful. If I need to provide more information, please tell me. Peter