delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD |
X-Spam-Check-By: | sourceware.org |
X-DKIM: | Sendmail DKIM Filter v2.8.3 mux2.uit.no p94D6QFL056929 |
Subject: | Re: ANSI C header files |
From: | =?ISO-8859-1?Q?K=E5re?= Edvardsen <kare DOT edvardsen AT uit DOT no> |
Reply-To: | <kare DOT edvardsen AT uit DOT no> |
To: | <cygwin AT cygwin DOT com> |
CC: | <marco DOT atzeri AT gmail DOT com>, Csaba Raduly <rcsaba AT gmail DOT com> |
In-Reply-To: | <CAEhDDbBi+i4FByhKbHDL30g2wA5T7Cg3oAZatAETBTPhWkSL1Q@mail.gmail.com> |
References: | <4E89B63F DOT 5070300 AT gmail DOT com> <1317715131 DOT 9688 DOT 18 DOT camel AT kare-desktop> <CAEhDDbCfLYg1JcAXXuPfr-_VBsVa2LOSjVF1H0hvx_WVaiUJyQ AT mail DOT gmail DOT com> <4E8ADC3A DOT 3070501 AT gmail DOT com> <CAEhDDbBi+i4FByhKbHDL30g2wA5T7Cg3oAZatAETBTPhWkSL1Q AT mail DOT gmail DOT com> |
Date: | Tue, 4 Oct 2011 15:05:55 +0200 |
Message-ID: | <1317733555.9688.53.camel@kare-desktop> |
MIME-Version: | 1.0 |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Tue, Oct 4, 2011 at 12:13 PM, Marco Atzeri wrote: (snip) > Kare, > in addition to the TOFU advise, > > running configure of grib_api-1.9.9_libtool.tar.gz > on my XP-SP3 gave no problem. > > "Configuration completed." > > The ANSI C test is a basic one > > configure:6808: checking for ANSI C header files > configure:6828: gcc -c -g -O2 conftest.c >&5 > configure:6828: $? = 0 > configure:6901: gcc -o conftest.exe -g -O2 conftest.c >&5 > configure:6901: $? = 0 > configure:6901: ./conftest.exe > configure:6901: $? = 0 > configure:6912: result: yes > > I reproduced the hang on my Cygwin CYGWIN_NT-6.0 1.7.9(0.237/5/3) > 2011-03-29 10:10 i686 Cygwin > and gcc version 4.5.3 > > This appears to be the critical spot (line 6820-6828) > > if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | > $EGREP "memchr" >/dev/null 2>&1; then > : > else > ac_cv_header_stdc=no > fi > > It tries to run the preprocessor and pipe its output into egrep. > Unfortunately, the EGREP variable appears to be empty, so the end > result is similar to: > > gcc -E conftest.c | memchr > > Trying the above from the bash prompt (in both mintty and classic > Cygwin prompt) results in an (unkillable from Cygwin) cc1.exe which is > perpetually waiting for output: > > $ ps > PID PPID PGID WINPID TTY UID STIME COMMAND > 4484 1 4484 4752 con 539771 Oct 3 /usr/bin/XWin > 7848 1 7848 7848 ? 539771 14:03:11 /usr/bin/mintty > 6468 7848 6468 7460 1 539771 14:03:11 /usr/bin/bash > 6692 1 6692 6692 ? 539771 10:12:37 /usr/bin/mintty > 4600 6692 4600 7156 3 539771 10:12:37 /usr/bin/ssh > 6272 6468 6272 6356 1 539771 13:08:43 /usr/bin/gcc-4 > O 7492 6272 6272 6856 1 539771 13:08:43 > /usr/lib/gcc/i686-pc-cygwin/4.5.3/cc1 > 7404 6468 7404 524 1 539771 13:08:46 /usr/bin/ps > > > So, the workaround is to replace $EGREP with egrep in configure; then > configure runs successfully. > > This seems to be some peculiarity of Cygwin's current GCC 4.5.3; > neither GCC 3.4.4 in Cygwin 1.7 nor GCC 4.3.4 in Cygwin 1.7 nor GCC > 4.3.2 in Cygwin 1.5 exhibit this hang. > > Csaba Csaba & Marco. Marco: Your try on the XP-SP3 gave no problem. My try on Win 7 Pro hangs, but as Csaba points out: This seems to be some peculiarity of Cygwin's current GCC 4.5.3 Csaba: Replacing $EGREP with egrep in configure did make the difference! Thanx to both of you for excellent help. Regards, Kare -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |