From owner-freebsd-hackers Tue Nov 9 1:52: 9 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.108]) by hub.freebsd.org (Postfix) with ESMTP id 573F514C3F for ; Tue, 9 Nov 1999 01:51:49 -0800 (PST) (envelope-from assar@sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.7.3) id KAA08315; Tue, 9 Nov 1999 10:52:36 +0100 (CET) To: nate@mt.sri.com (Nate Williams) Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Using non-PIC code in shared libraries? References: <199911082254.PAA02935@mt.sri.com> Mime-Version: 1.0 (generated by tm-edit 7.68) Content-Type: text/plain; charset=US-ASCII From: Assar Westerlund Date: 09 Nov 1999 10:52:35 +0100 In-Reply-To: Nate Williams's message of "Mon, 8 Nov 1999 15:54:11 -0700" Message-ID: <5l9048gffg.fsf@assaris.sics.se> Lines: 8 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nate Williams writes: > How about the reverse, where you link in PIC compiled libraries into > static (.a) libraries? Does this work? Sure. Look at how lib${LIB}_pic.a is done i . PIC-code is less efficient than non-PIC code. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message