using shared libs other than QT/KDE.

Steven Suson suson at TuckerEnergy.com
Thu Apr 13 16:09:15 BST 2000


You need to install the zlib-devel package for your distribution. This
contains the static archive library, and include files. You may also want
to look into bzip2 for more efficient compression (would also need its
devel package).

Good luck,
Steven Suson
"Keep the faith."


Serge Lussier wrote:

>   Hi,
> I'm making a little, but useful  KDE app using Kdevelop.
> I want to use some zlib functions ( gzxxx() ) to be able
> to compress/uncompress data to/from files.
>
> My app do works right now, using write pipe << popen ("gzip >
> file","w"); >>
> but I feel it is not elegant.
>
> My problem is that the only zlib files I have are the shared .so files.
> I don't know how to use shared libs and how it work...
> Is someone cool and kind to be willing to explain to me what I have to
> do ?
>
> Thank you.
>
> Serge Lussier
> ICQ#53409121





More information about the KDevelop mailing list