From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32749 invoked by alias); 21 Apr 2003 16:03:34 -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 32742 invoked from network); 21 Apr 2003 16:03:33 -0000 Received: from unknown (HELO localhost.localdomain) (216.254.12.202) by sources.redhat.com with SMTP; 21 Apr 2003 16:03:33 -0000 Received: from localhost.localdomain (kakarot [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id h3LG3XZ3000818 for ; Mon, 21 Apr 2003 09:03:33 -0700 Received: (from khilman@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) id h3LG3WXZ000814; Mon, 21 Apr 2003 09:03:32 -0700 X-Authentication-Warning: localhost.localdomain: khilman set sender to khilman@equator.com using -f To: gdb@sources.redhat.com Subject: multi-thread gdbserver and static libthread_db From: Kevin Hilman Organization: Equator Technologies, Inc. Date: Mon, 21 Apr 2003 16:03:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00229.txt.bz2 I have an egdbserver port working from gdb 5.2.1 and would like to get the multi-thread support available in 5.3. It appears gdbserver needs the libthread_db support from glibc. I'm using glibc 2.2.4 and only have support for static linking on my platform. When building glibc without dynamic linking, libthread_db doesn't get built. Any suggestions for building a static libthread_db? -- Kevin Hilman