Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 1997 13:47:53 -0700 (PDT)
From:      Annelise Anderson <andrsn@andrsn.stanford.edu>
To:        Mario Sergio Fujikawa Ferreira <lioux@gns.com.br>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: wu-ftpd doesn't tar or compress
Message-ID:  <Pine.BSF.3.96.970805134401.13508A-100000@andrsn.stanford.edu>
In-Reply-To: <199708051751.OAA26535@srv1-bsb.gns.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 5 Aug 1997, Mario Sergio Fujikawa Ferreira wrote:

> > 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 <bsd.prog.mk>
> 
> 	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.
> 
I think my initial mistake was doing the make in the 
/usr/src/usr.bin/compress directory; it probably needs to be done
in /usr/src/usr.bin, where in the Makefile there first one would
want to limit the lists of subdirectories to compress (otherwise
all the other stuff will get made too).  

Beyond that I haven't figured it out yet....

	Annelise




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970805134401.13508A-100000>