From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7372 invoked by alias); 10 Nov 2007 01:31:37 -0000 Received: (qmail 7362 invoked by uid 22791); 10 Nov 2007 01:31:36 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 10 Nov 2007 01:31:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 275882AC385; Fri, 9 Nov 2007 20:31:32 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id atK+k2og8jP9; Fri, 9 Nov 2007 20:31:32 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DCCB22AC305; Fri, 9 Nov 2007 20:31:31 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 68FE3E7ACA; Fri, 9 Nov 2007 17:31:29 -0800 (PST) Date: Sat, 10 Nov 2007 01:31:00 -0000 From: Joel Brobecker To: Rob Quill Cc: "H.J. Lu" , gdb@sourceware.org Subject: Re: No rule to make include/elf/vxworks.h Message-ID: <20071110013129.GB2898@adacore.com> References: <20071109222924.GA15236@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00077.txt.bz2 Not sure how you are trying to build GDB. I'm on x86-linux. If I do a fresh check-out of GDB: % cvs -d sourceware.org:/cvs/src co gdb And then build it using: % configure % make It builds. Either your sources are a bit screwed, or you are using a different environement. We'll probably need to get more info from you to be able to help you. -- Joel