From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18880 invoked by alias); 17 Dec 2002 01:58:45 -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 18873 invoked from network); 17 Dec 2002 01:58:42 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by sources.redhat.com with SMTP; 17 Dec 2002 01:58:42 -0000 Received: by redhat.com (Postfix, from userid 201) id E688F1C10A; Mon, 16 Dec 2002 20:58:41 -0500 (EST) Date: Mon, 16 Dec 2002 17:58:00 -0000 From: Christopher Faylor To: gdb@sources.redhat.com Subject: Re: Trunk build problems Message-ID: <20021217015841.GA27863@redhat.com> Mail-Followup-To: gdb@sources.redhat.com References: <0bff01c2a542$c47742d0$f601a8c0@nkelseyxp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0bff01c2a542$c47742d0$f601a8c0@nkelseyxp> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-12/txt/msg00231.txt.bz2 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. cgf