From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20429 invoked by alias); 4 Nov 2005 03:19:56 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 20390 invoked by uid 22791); 4 Nov 2005 03:19:49 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 04 Nov 2005 03:19:49 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EXs7G-0005iH-EE; Thu, 03 Nov 2005 22:19:46 -0500 Date: Fri, 04 Nov 2005 03:19:00 -0000 From: Daniel Jacobowitz To: Peter Choi Cc: gdb@sources.redhat.com Subject: Re: Compilation of GDB6.3 [NEDD HELP] Message-ID: <20051104031946.GA21903@nevyn.them.org> Mail-Followup-To: Peter Choi , gdb@sources.redhat.com References: <20051103212639.GD11828@nevyn.them.org> <20051104013531.15969.qmail@web32903.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051104013531.15969.qmail@web32903.mail.mud.yahoo.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-11/txt/msg00085.txt.bz2 On Thu, Nov 03, 2005 at 05:35:31PM -0800, Peter Choi wrote: > Hi, > > I compiled GDB6.3 on i386-linux as follow: > From the source code directory (named gdb-6.3), > cd .. > mkdir build-gdb > cd build-gdb > ../gdb-6.3/configure --target=i386-linux > --prefix=/home/pchoi/work/tools > make > make install > > Then I compile GDBserver on i386-linux as follow: > From the source code directory (named gdb-6.3), > cd .. > mkdir build-gdbserver > cd build-gdbserver > ../gdb-6.3/gdb/gdbserver/configure > --target=i386-linux --prefix=/home/pchoi/work/tools > make > make install > > > Please advise whether it is correct to compile with > multithread remote debugging support??? Did gdbserver get linked to libthread_db? Check the build log. -- Daniel Jacobowitz CodeSourcery, LLC