From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29582 invoked by alias); 10 Jan 2008 19:22:10 -0000 Received: (qmail 29416 invoked by uid 22791); 10 Jan 2008 19:22:10 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 Jan 2008 19:21:37 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 49FFB9811D; Thu, 10 Jan 2008 19:21:36 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 2CF44980E0; Thu, 10 Jan 2008 19:21:36 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JD2y7-0000X3-9q; Thu, 10 Jan 2008 14:21:35 -0500 Date: Thu, 10 Jan 2008 19:22:00 -0000 From: Daniel Jacobowitz To: Arun Paneri Cc: gdb@sourceware.org Subject: Re: GDB Compilation issue on FreeBSD Message-ID: <20080110192135.GA2028@caradoc.them.org> Mail-Followup-To: Arun Paneri , gdb@sourceware.org References: <210190.83964.qm@web90407.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <210190.83964.qm@web90407.mail.mud.yahoo.com> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes 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: 2008-01/txt/msg00066.txt.bz2 On Thu, Jan 10, 2008 at 11:14:59AM -0800, Arun Paneri wrote: > Hi All, > > Pls bear with me if it is a very basic question. > I am struggling with compilation of GDB to debug GDB with GDB itself. > I can compile gdb using "make" command at "/gnu/usr.bin/gdb" but it gives following error when i give "make CFLAGS=-g" command. Run configure in the top level directory of the GDB source, not in a subdirectory. -- Daniel Jacobowitz CodeSourcery