X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Message-ID: <50ED3EED.7010707@upc.edu> Date: Wed, 09 Jan 2013 10:57:01 +0100 From: Jose Munoz User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: runing ./configure on gdb 7.5.50 sources Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Scanned: Criba 2.0 + Clamd X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hello, I would like to patch my current version of gdb (7.5.50.20120815-cvs (cygwin-special)) on a cygwin 1.7.17-1 installation. Prior to that, I tried to build the original gdb sources, which I downloaded using setup.exe and selecting them. Without modifying any source code of gdb, I run ./configure from my source folder: C:\cygwin\usr\src\gdb-7.5.50-1 After a set of checks, configure hangs at the gnum4 check, at least more than 2 hours. The whole output from configure is the following: checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/sed checking for gawk... gawk checking to see if cat works as expected... yes checking for gcc... gcc checking for C compiler default output file name... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe 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 for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gnatbind... gnatbind checking for gnatmake... gnatmake checking whether compiler driver understands Ada... yes checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for objdir... .libs checking for PWL_handle_timeout in -lpwl... yes checking for version 0.11 (revision 0 or later) of PPL... no checking for default BUILD_CONFIG... checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... I also tried to run ./configure from the gdb folder (C:\cygwin\usr\src\gdb-7.5.50-1\gdb), but in this case, after a longer output, configure gives the following error message: "checking for Tcl private headers... configure: error: could not find private Tcl headers" I do have tcl and tcl-tk installed (version 8.5.11-1). Some of my other version details are: gdb : 7.5.50 gcc-4 : 4.5.3 gnu m4 : 1.4.16 gnatmake : 4.5.3 cygwin : 1.7.17-1 Windows OS: Windows XP SP3 Has anybody found similar problems? Thanks for your time, Jose -- 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