From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19770 invoked by alias); 30 Sep 2002 13:27:30 -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 19753 invoked from network); 30 Sep 2002 13:27:27 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by sources.redhat.com with SMTP; 30 Sep 2002 13:27:27 -0000 Received: by redhat.com (Postfix, from userid 201) id ED2F51BEE4; Mon, 30 Sep 2002 09:27:56 -0400 (EDT) Date: Mon, 30 Sep 2002 06:27:00 -0000 From: Christopher Faylor To: binutils@sources.redhat.com, gdb@sources.redhat.com Subject: build problems with latest Makefile.in/configure Message-ID: <20020930132755.GA13913@redhat.com> Mail-Followup-To: binutils@sources.redhat.com, gdb@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2002-09/txt/msg00508.txt.bz2 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