From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23708 invoked by alias); 16 Dec 2002 20:36:16 -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 23700 invoked from network); 16 Dec 2002 20:36:10 -0000 Received: from unknown (HELO fenway.scenix.com) (4.20.168.10) by sources.redhat.com with SMTP; 16 Dec 2002 20:36:10 -0000 Received: from nkelseyxp (NKELSEY-XP [192.168.1.246]) by fenway.scenix.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id Y3L4A5WT; Mon, 16 Dec 2002 12:35:02 -0800 Message-ID: <0bff01c2a542$c47742d0$f601a8c0@nkelseyxp> Reply-To: "Nick Kelsey" From: "Nick Kelsey" To: Subject: Trunk build problems Date: Mon, 16 Dec 2002 12:36:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-12/txt/msg00221.txt.bz2 Hi guys, I think its time for a gripe as the trunk has been going downhill rapidly over the last week or so. Things I have noticed over the last week: - Configure in src doesn't do any sub directories any more (linux or cygwin). - 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. - If you do an incremental make in src it reconfigures a number of directories *every time* (both linux and cygwin). - Readline doesn't link under cygwin. My snapshot from about 2 weeks ago works fine - these are all new problems. I am interested if these are known problems and under active investigation. Thanks Nick