From owner-freebsd-questions Sun Jan 3 21:14:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24405 for freebsd-questions-outgoing; Sun, 3 Jan 1999 21:14:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA24394 for ; Sun, 3 Jan 1999 21:14:53 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id PAA00518; Mon, 4 Jan 1999 15:43:37 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id PAA71034; Mon, 4 Jan 1999 15:43:42 +1030 (CST) Message-ID: <19990104154342.F70886@freebie.lemis.com> Date: Mon, 4 Jan 1999 15:43:42 +1030 From: Greg Lehey To: Peihan Wang , freebsd-questions@FreeBSD.ORG Subject: Re: executable not stripped References: <36904B0D.B17DD403@mx.cei.gov.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <36904B0D.B17DD403@mx.cei.gov.cn>; from Peihan Wang on Mon, Jan 04, 1999 at 01:01:01PM +0800 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 4 January 1999 at 13:01:01 +0800, Peihan Wang wrote: > I downloaded pine-4.05 source code from > ftp.cac.washington.edu. > > I compiled and installed it without any > problem. But the executable file 'pine' > is a little big -- 3.13MB. I do the following: > > $ file /usr/local/bin/pine > /usr/local/bin/pine: FreeBSD/i386 compact demand > paged dynamically linked executable not stripped > $ > > Other executable files come with FreeBSD packages > do not have 'not stripped' string when doing a file > command. > > I think if I change the CFLAGS in the makefile > of pine-4.05, I can get an executable file without > 'not stripped'. > > I searched man page of cc, but did not find string > 'stripe'. You'd be better searching for `strip': strip(1) GNU Development Tools strip(1) NAME strip - Discard symbols from object files. I suppose it's a minor bug that pine is installed with symbols; you might like to put in a problem report. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message