From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8058 invoked by alias); 1 Oct 2002 09:31:03 -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 8023 invoked from network); 1 Oct 2002 09:30:56 -0000 Received: from unknown (HELO mta01.mail.mel.aone.net.au) (203.2.192.81) by sources.redhat.com with SMTP; 1 Oct 2002 09:30:56 -0000 Received: from ufo ([210.84.178.14]) by mta01.mail.mel.aone.net.au with ESMTP id <20021001093408.WMBV22330.mta01.mail.mel.aone.net.au@ufo>; Tue, 1 Oct 2002 19:34:08 +1000 Reply-To: From: "Trevor Forbes" To: , Subject: RE: build problems with latest Makefile.in/configure Date: Tue, 01 Oct 2002 02:31:00 -0000 Message-ID: <005101c2692d$3c10bd50$0eb254d2@ufo> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: <20020930132755.GA13913@redhat.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-SW-Source: 2002-10/txt/msg00000.txt.bz2 Can someone pls fix this....... It's still broken...... Trevor > -----Original Message----- > From: binutils-owner@sources.redhat.com [mailto:binutils- > owner@sources.redhat.com] On Behalf Of Christopher Faylor > Sent: Monday, 30 September 2002 10:58 PM > To: binutils@sources.redhat.com; gdb@sources.redhat.com > Subject: build problems with latest Makefile.in/configure > > After a successful configure, in a sandbox where I've been building things > from the top level for years, I'm getting errors that are due to the fact > that 'srcdir = .' in the generated Makefile even though my srcdir is > located > elsewhere. > > I think that there is still some brokenness from the recent top-level > Makefile changes. I have found that if I copy the Makefile.in from the > gcc repository, everything seems to work fine. > > I can't be the only person noticing this, can I? > > cgf