Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 1996 09:22:10 +0000 ()
From:      Werner Griessl <croot@btp1da.phy.uni-bayreuth.de>
To:        dgy@rtd.com (Don Yuniskis)
Cc:        questions@freebsd.org
Subject:   Re: wu-ftpd compress...
Message-ID:  <199607050922.JAA04319@btp1da.phy.uni-bayreuth.de>
In-Reply-To: <199607042212.PAA29080@seagull.rtd.com> from Don Yuniskis at "Jul 4, 96 03:12:51 pm"

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

<SNIP>

> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607050922.JAA04319>