From owner-freebsd-questions Fri Jul 5 00:25:33 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA26630 for questions-outgoing; Fri, 5 Jul 1996 00:25:33 -0700 (PDT) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA26625 for ; Fri, 5 Jul 1996 00:25:28 -0700 (PDT) Received: (from root@localhost) by btp1da.phy.uni-bayreuth.de (8.7.5/8.6.12) id JAA04319; Fri, 5 Jul 1996 09:22:12 GMT From: Werner Griessl Message-Id: <199607050922.JAA04319@btp1da.phy.uni-bayreuth.de> Subject: Re: wu-ftpd compress... To: dgy@rtd.com (Don Yuniskis) Date: Fri, 5 Jul 1996 09:22:10 +0000 () Cc: questions@freebsd.org In-Reply-To: <199607042212.PAA29080@seagull.rtd.com> from Don Yuniskis at "Jul 4, 96 03:12:51 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] 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 > Greetings! > > I think you'll find compress is NOT built static (at least it wasn't > in 2.1R). You can use gzip (I believe) to give you compress's > behaviour, though... > > --don > That's correct ! But you can make it static by hand with the -static switch to cc "cc -static -o compress objlist" I did it so. Werner