From owner-freebsd-questions Sat Aug 10 15:37:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA00346 for questions-outgoing; Sat, 10 Aug 1996 15:37:52 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA00328 for ; Sat, 10 Aug 1996 15:37:43 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id PAA22778; Sat, 10 Aug 1996 15:37:40 -0700 (MST) From: Don Yuniskis Message-Id: <199608102237.PAA22778@seagull.rtd.com> Subject: Re: ircd recompile To: bill@wagill.com (Bill) Date: Sat, 10 Aug 1996 15:37:40 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <1.5.4.32.19960810220245.006c4350@mail.nas.com> from "Bill" at Aug 10, 96 03:02:45 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I had to recompile ircd (in order to disable operator password encryption, > and enable operator kills). > > After the make was done, I noticed that the ircd executable was five times > larger in size than the one originally built when I installed the entire IRC > 2.8.21 port. > > Although ircd seems to be running fine, I can't help wondering why the > executable grew five fold. Probably not "stripped". Run file(1) on it and see if it says "... not stripped". If so, see strip(1)... --don