From owner-freebsd-questions Thu Nov 16 19:24:03 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA07102 for questions-outgoing; Thu, 16 Nov 1995 19:24:03 -0800 Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA07086 for ; Thu, 16 Nov 1995 19:23:54 -0800 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id UAA11029; Thu, 16 Nov 1995 20:25:53 -0700 Date: Thu, 16 Nov 1995 20:25:53 -0700 From: Nate Williams Message-Id: <199511170325.UAA11029@rocky.sri.MT.net> To: "Marc G. Fournier" Cc: Nate Williams , freebsd-questions@freebsd.org Subject: Re: Shared Libraries...almost there... In-Reply-To: References: <199511170127.SAA10855@rocky.sri.MT.net> Sender: owner-questions@freebsd.org Precedence: bulk [ Large shlib libraries ] > > Look /usr/share/mk/bsd.lib.mk and note the ld commands. These are used > > to 'strip' out un-necessary (And some necessary according to Bruce) > > Bruce...are you out there? :) > > Right now, I've left it 'unstripped'...what is necesary that stripping > gets rid of? debug code would be my first guess... It's more of a judgement call, but it removes static symbols and other such symbols which I believe Bruce believes should be exported. Nate