From owner-freebsd-arch@FreeBSD.ORG Wed Mar 26 11:11:01 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBBC137B404; Wed, 26 Mar 2003 11:11:00 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id F123F43FBD; Wed, 26 Mar 2003 11:10:59 -0800 (PST) (envelope-from eischen@pcnet1.pcnet.com) Received: from pcnet1.pcnet.com (localhost [127.0.0.1]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h2QJAqBg005457; Wed, 26 Mar 2003 14:10:52 -0500 (EST) Received: from localhost (eischen@localhost)h2QJAqmK005454; Wed, 26 Mar 2003 14:10:52 -0500 (EST) Date: Wed, 26 Mar 2003 14:10:52 -0500 (EST) From: Daniel Eischen To: "Jacques A. Vidrine" In-Reply-To: <20030326190621.GB34946@madman.celabo.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-25.3 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REPLY_WITH_QUOTES,USER_AGENT_PINE autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: arch@FreeBSD.org cc: kse@elischer.org Subject: Re: Not providing static libraries (libkse/libpthread) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 19:11:32 -0000 On Wed, 26 Mar 2003, Jacques A. Vidrine wrote: > On Wed, Mar 26, 2003 at 01:51:39PM -0500, Daniel Eischen wrote: > > Is there a good reason for providing static libraries for > > libpthread/libkse? I'd like to not support them to get > > rid of some hacks to make sure certain symbols are present > > in the static library case. > > That would make static linking threaded applications impossible, no? Correct. Solaris does not provide static libthread/libpthread. > While I wouldn't mind seeing the whole system move to being > dynamically linked, I sure don't feel well about deprecating static > linking completely. (No threads for static binaries is very close to > `deprecating completely' to me.) Yup. That's what I'm advocating. -- Dan Eischen