From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23623 invoked by alias); 17 Dec 2002 02:06:22 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23616 invoked from network); 17 Dec 2002 02:06:20 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by sources.redhat.com with SMTP; 17 Dec 2002 02:06:20 -0000 Received: by redhat.com (Postfix, from userid 201) id D4E761C10A; Mon, 16 Dec 2002 21:06:19 -0500 (EST) Date: Mon, 16 Dec 2002 18:06:00 -0000 From: Christopher Faylor To: gdb@sources.redhat.com Subject: Re: Trunk build problems Message-ID: <20021217020619.GA3554@redhat.com> Mail-Followup-To: gdb@sources.redhat.com References: <0bff01c2a542$c47742d0$f601a8c0@nkelseyxp> <20021217015841.GA27863@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021217015841.GA27863@redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-12/txt/msg00232.txt.bz2 On Mon, Dec 16, 2002 at 08:58:41PM -0500, Christopher Faylor wrote: >On Mon, Dec 16, 2002 at 12:36:08PM -0800, Nick Kelsey wrote: >>- Under cygwin, libtermcap attempts to be build (which doesn't exist). This >>causes a circular make problem as it can't change into the directory so does >>a make in src again. > >I have made what I hope is an obvious change to config/mh-cygwin. I can >build gdb now. > >>- Readline doesn't link under cygwin. > >Elena pointed me at the proper file to fix for readline so I just checked in >a fix. I just wanted to clarify that this only affects building readline for a cygwin targeted cross build. This was broken (in a minor way) by the recent readline import. cgf