Re: zlib framework missing ?
Re: zlib framework missing ?
- Subject: Re: zlib framework missing ?
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 12 Jun 2001 20:49:22 +0100
there was a trend away from frameworks at one point because lots of
people complained. standard unix tools like zlib and openssl are no
installed into the standard directories, like /usr/lib and /usr/include,
so you can still -lz without having to
-L/System/Library/Frameworks/zlib.framework or whatever when building
from the commandline.
-- Finlay
On Tuesday, June 12, 2001, at 07:15 pm, Prem Chopra wrote:
Hi,
Wasn't zlib framework included in the public beta ? I thought I'd seen
it
there, but I don't see it in the final OS X version. I noticed that the
header
files are in /usr/include. Is zlib coming back as a framework sometime
or is
it gone forever ?