From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23839 invoked by alias); 20 Oct 2003 16:15:53 -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 23831 invoked from network); 20 Oct 2003 16:15:52 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 20 Oct 2003 16:15:52 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 22DCBD2D29; Mon, 20 Oct 2003 09:15:51 -0700 (PDT) Date: Mon, 20 Oct 2003 16:15:00 -0000 From: Joel Brobecker To: "e.karge" Cc: gdb@sources.redhat.com Subject: Re: gdb under sparc64-sun-solaris2.9 Message-ID: <20031020161551.GL986@gnat.com> References: <3775.172.19.104.110.1066661538.squirrel@webmail.medialisten.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3775.172.19.104.110.1066661538.squirrel@webmail.medialisten.net> User-Agent: Mutt/1.4i X-SW-Source: 2003-10/txt/msg00222.txt.bz2 > I build gdb-5.3 and gdb-6.0 with no special configure options. > It works well with 32-bit executables, but if I try to run a 64-bit > excuteable i get following messages: I think you need to build it with -m64. GDB needs to be 64bits to be able to debug 64bits executables. -- Joel