From owner-freebsd-questions Sun Jan 3 21:00:13 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23397 for freebsd-questions-outgoing; Sun, 3 Jan 1999 21:00:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wph.bbs.edu.cn ([203.93.18.160]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA23390 for ; Sun, 3 Jan 1999 21:00:05 -0800 (PST) (envelope-from peihanw@mx.cei.gov.cn) Received: from mx.cei.gov.cn (localhost [127.0.0.1]) by wph.bbs.edu.cn (8.8.8/8.8.7) with ESMTP id NAA00694 for ; Mon, 4 Jan 1999 13:01:05 +0800 (CST) (envelope-from peihanw@mx.cei.gov.cn) Message-ID: <36904B0D.B17DD403@mx.cei.gov.cn> Date: Mon, 04 Jan 1999 13:01:01 +0800 From: Peihan Wang X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 2.2.8-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: executable not stripped Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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'. Any suggestions ? Thanx! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message