From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 18:28:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B8116A4CE for ; Fri, 16 Jul 2004 18:28:17 +0000 (GMT) Received: from mail.ninjabucket.com (ninjabucket.com [208.60.152.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id D42F643D2D for ; Fri, 16 Jul 2004 18:28:16 +0000 (GMT) (envelope-from aaron@snaphat.com) Received: from snaphat.com (snaphat.com [68.34.255.192]) i6GISFa3001353 for ; Fri, 16 Jul 2004 14:28:15 -0400 (EDT) (envelope-from aaron@snaphat.com) Received: from [192.168.0.2] (pcp03895846pcs.frncht01.de.comcast.net [68.34.255.192]) by snaphat.com (8.12.11/8.12.10) with ESMTP id i6GIS9ax019886 for ; Fri, 16 Jul 2004 14:28:09 -0400 (EDT) (envelope-from aaron@snaphat.com) Message-ID: <40F81E33.2020104@snaphat.com> Date: Fri, 16 Jul 2004 14:28:03 -0400 From: aaron User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: pthread X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 18:28:17 -0000 If I compile a program with -pthread should the program show links to both libc and libc_r in the output of ldd? In 5.x shows link for both. In 4.x only shows a link for libc_r. -Aaron Myles Landwehr