Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Sun, 6 Feb 2000 22:17:30 -0500 To: Matt Cc: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: latest snapshot problems? Message-ID: <20000206221730.A21371@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: Matt , cygwin-developers AT sourceware DOT cygnus DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from matt@use.net on Sun, Feb 06, 2000 at 05:48:31PM -0800 I tried this on two different systems and was able to configure ncurses-5.0 with no problem. I'm using Mumit's latest gcc 2.95.2 and binutils as well as the very latest cygwin DLL. If you can get something to hang consistently, then possibly running strace will help you figure out where. You can also attach to a hung process if you have the latest version of gdb for cygwin. cgf On Sun, Feb 06, 2000 at 05:48:31PM -0800, Matt wrote: >I've always had difficulty building ncurses 5.0 on the cygwin 1.0 release >because of header file weirdness, but since I upgraded to the latest >winsup and cygwin1.dll snapshots, ncurses 5.0 now fails in the configure >script. ncurses 5.0 can be gotten from >ftp://ftp.gnu.org/gnu/ncurses/ncurses-5.0.tar.gz > >I had installed Mumit's gcc 2.95.2 update a few months ago following the >instructions on the website, but I am pretty sure the ncurses 5.0 >configure script still worked after I installed it. Attached is a cygcheck >-s -v output and the config.log. > >It fails on the step: >"checking whether the C++ compiler (c++ ) works... no >configure: error: installation or configuration problem: C++ compiler >cannot create executables." > >The config.log (attached) says -remap is an unrecognized option a bunch >of times before finally crapping out, running out of processes. > >As an aside, when I was screwing with cpp (2.95.2) trying to see what the >problem was, I did this: >1. Run cpp --v >2. you'll get "cpp: Ambiguous abbreviation --v" >3. it'll hang there. hit control-C >4. you'll see "cpp: Internal compiler error in `execute', at >../../gcc/gcc.c:2577" > >This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >configure:640: checking host system type >configure:731: checking for prefix >configure:776: checking for gcc >configure:889: checking whether the C compiler (gcc ) works >configure:905: gcc -o conftest conftest.c 1>&5 >configure:931: checking whether the C compiler (gcc ) is a cross-compiler >configure:936: checking whether we are using GNU C >configure:945: gcc -E conftest.c >configure:964: checking whether gcc accepts -g >configure:997: checking version of gcc >configure:1006: checking for gcc >configure:1037: checking how to run the C preprocessor >configure:1058: gcc -E conftest.c >/dev/null 2>conftest.out >configure:1118: checking whether gcc needs -traditional >configure:1125: sgtty.h: No such file or directory >configure:1164: checking for POSIXized ISC >configure:1186: checking for gcc option to accept ANSI C >configure:1226: gcc -c -g -O2 -DCC_HAS_PROTOS conftest.c 1>&5 >configure:1287: checking for ldconfig >configure:1324: checking if you want to ensure bool is consistent with C++ >configure:1344: checking for c++ >configure:1376: checking whether the C++ compiler (c++ ) works >configure:1392: c++ -o conftest conftest.C 1>&5 >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: unrecognized option `-remap' >cpp: installation problem, cannot exec `cpp': No more processes >configure: failed program was: > >#line 1387 "configure" >#include "confdefs.h" > >int main(){return(0);} > >Cygnus Win95/NT Configuration Diagnostics >Current System Time: Sun Feb 06 17:17:30 2000 > >Win9X Ver 4.10 build 67766446 A > >Path: . > /usr/local/gcc-2.95.2/bin > /bin > /cygdrive/c/WINDOWS > /cygdrive/c/WINDOWS/COMMAND > /cygdrive/c/PROGRA~1/WIN98RK > /cygdrive/c/UTIL > /BIN > /CONTRIB/BIN > >SysDir: C:\WINDOWS\SYSTEM >WinDir: C:\WINDOWS > >PWD = `/tmp/ncurses-5.0' > >BLASTER = `A240 I5 D1 T4' >CLASSPATH = `C:\WINDOWS\SYSTEM\QTJava.zip;' >CMDLINE = `WIN' >COMSPEC = `C:\WINDOWS\COMMAND.COM' >CTSYN = `C:\WINDOWS' >HOSTNAME = `MOI' >HOSTTYPE = `i686' >MACHTYPE = `i686-pc-cygwin' >OLDPWD = `/tmp' >OSTYPE = `cygwin' >PROMPT = `$p$g' >QTJAVA = `C:\WINDOWS\SYSTEM\QTJava.zip' >SHELL = `/bin/sh' >SHLVL = `1' >TEMP = `C:\WINDOWS\TEMP' >TERM = `cygwin' >TMP = `C:\WINDOWS\TEMP' >TMPDIR = `C:\CYGWIN\TMP' >WINBOOTDIR = `C:\WINDOWS' >WINDIR = `C:\WINDOWS' >_ = `/bin/cygcheck' >TZ = `PST8PDT7,M4.1.0/2,M10.5.0/2' > >Use `-r' to scan registry > >a: fd N/A N/A >c: hd FAT32 1503Mb 74% CP UN MOI >d: hd FAT32 4994Mb 93% CP UN APPS >e: hd FAT 893Mb 77% CP UN WINNT >f: hd FAT 560Mb 38% CP UN DATA >g: hd FAT 192Mb 84% CP UN SWAP >h: fd N/A N/A >i: cd CDFS 526Mb 100% Audio CD > >C:\Cygwin / system binmode > >Found: C:\Cygwin\bin\bash.exe >Found: C:\Cygwin\bin\cat.exe >Found: c:\PROGRA~1\WIN98RK\cat.exe >Warning: C:\Cygwin\bin\cat.exe hides c:\PROGRA~1\WIN98RK\cat.exe >Found: C:\Cygwin\usr\local\gcc-2.95.2\bin\cpp.exe >Found: C:\Cygwin\bin\find.exe >Found: c:\WINDOWS\COMMAND\find.exe >Warning: C:\Cygwin\bin\find.exe hides c:\WINDOWS\COMMAND\find.exe >Found: C:\Cygwin\usr\local\gcc-2.95.2\bin\gcc.exe >Found: C:\Cygwin\bin\gcc.exe >Warning: C:\Cygwin\usr\local\gcc-2.95.2\bin\gcc.exe hides C:\Cygwin\bin\gcc.exe >Found: C:\Cygwin\bin\gdb.exe >Found: C:\Cygwin\bin\ld.exe >Found: C:\Cygwin\bin\ls.exe >Found: c:\PROGRA~1\WIN98RK\ls.exe >Warning: C:\Cygwin\bin\ls.exe hides c:\PROGRA~1\WIN98RK\ls.exe >Found: C:\Cygwin\bin\make.exe >Found: C:\Cygwin\bin\sh.exe > > 115k 1999/09/14 C:\Cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0 > "cygitcl30.dll" v0.0 ts=1999/9/13 19:46 > 63k 1999/09/14 C:\Cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0 > "cygitk30.dll" v0.0 ts=1999/9/13 19:47 > 474k 1999/09/14 C:\Cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0 > "cygtcl80.dll" v0.0 ts=1999/9/13 19:31 > 19k 1999/09/14 C:\Cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0 > 24k 1999/09/14 C:\Cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0 > "cygtclreg80.dll" v0.0 ts=1999/9/13 19:31 > 768k 1999/09/14 C:\Cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0 > "cygtk80.dll" v0.0 ts=1999/9/13 19:36 > 554k 2000/02/06 C:\Cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 > "cygwin1.dll" v0.0 ts=2000/2/4 22:03 >Use -h to see help about each section -- cgf AT redhat DOT com http://www.redhat.com/