Re: How to link with zlib
Re: How to link with zlib
- Subject: Re: How to link with zlib
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 4 Jul 2002 19:19:27 +0100
On Thursday, July 4, 2002, at 04:41 PM, Chris Hanson wrote:
At 10:50 AM -0400 7/4/02, Colin Klipsch wrote:
I'm afraid I'm stumped now. How do I avail myself of the zlib library?
Add /usr/lib/libz.a to your project.
There's no reason to use the static library. Use libz.dylib, or just add
-lz to your LDFLAGS.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.