X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Message-ID: <50ED8693.9040805@cs.utoronto.ca> Date: Wed, 09 Jan 2013 07:02:43 -0800 From: Ryan Johnson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: runing ./configure on gdb 7.5.50 sources References: <50ED3EED DOT 7010707 AT upc DOT edu> In-Reply-To: <50ED3EED.7010707@upc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 On 09/01/2013 1:57 AM, Jose Munoz wrote: > 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. I've never seen this exact error, but my first step in diagnosing configure issues is to check config.log for anomalies. Also, you're not supposed to configure gdb in /under the directory containing its own sources. Try creating a "gdb-obj" somewhere else and then ../gdb-src/configure > 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" You probably need to install some tcl*-dev package. Ryan -- 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