From owner-freebsd-questions Tue Aug 5 10:58:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA26165 for questions-outgoing; Tue, 5 Aug 1997 10:58:51 -0700 (PDT) Received: from proxy-bsb.gns.com.br (iO2gRIzai2p6/OPymI9d5rlar1zv07tt@srv1-bsb.GNS.com.br [200.239.56.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA26154 for ; Tue, 5 Aug 1997 10:58:40 -0700 (PDT) Received: (qmail 26539 invoked from network); 5 Aug 1997 17:51:40 -0000 Received: from unknown (HELO srv1-bsb.gns.com.br) (unknown) by unknown with SMTP; 5 Aug 1997 17:51:40 -0000 Received: (from lioux@localhost) by srv1-bsb.gns.com.br (8.8.6/8.8.6) id OAA26535; Tue, 5 Aug 1997 14:51:40 -0300 (EST) From: Mario Sergio Fujikawa Ferreira Message-Id: <199708051751.OAA26535@srv1-bsb.gns.com.br> Subject: Re: wu-ftpd doesn't tar or compress In-Reply-To: from Annelise Anderson at "Aug 5, 97 10:26:57 am" To: andrsn@andrsn.stanford.edu Date: Tue, 5 Aug 1997 14:51:39 -0300 (EST) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have the source. I added LDFLAGS= -STATIC to the Makefile but it > doesn't do anything. Here's the Makefile; I would appreciate some > help on what to do to it, as I have no idea. > > # @(#)Makefile 8.2 (Berkeley) 4/17/94 > > PROG= compress > SRCS= compress.c zopen.c > LINKS= ${BINDIR}/compress ${BINDIR}/uncompress > MLINKS= compress.1 uncompress.1 > > # XXX zopen is not part of libc > # MAN3=zopen.3 > > .include Same over here. I tried to static compile the /usr/src compress source shipped with 2.2-stable and I always end up with 0 bytes files.Z. Regards, Mario Ferreira.