zlib

is the zlib library on the QNX system? I see only a small reference to
zlib.h. What is the name of the library if it exist?

It is libz and libzS for the static version, so in other words add -lz
or -lzS to the link command to link with it.


Jens


“Jay Witherspoon” <spoon@scubadiving.com> wrote in message
news:amntda$k6h$1@inn.qnx.com

is the zlib library on the QNX system? I see only a small reference to
zlib.h. What is the name of the library if it exist?

thanks !
“Jens H Jorgensen” <jhj@remove-nospam-videk.com> wrote in message
news:amo4k3$ov6$1@inn.qnx.com

It is libz and libzS for the static version, so in other words add -lz
or -lzS to the link command to link with it.


Jens


“Jay Witherspoon” <> spoon@scubadiving.com> > wrote in message
news:amntda$k6h$> 1@inn.qnx.com> …
is the zlib library on the QNX system? I see only a small reference to
zlib.h. What is the name of the library if it exist?
\