help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: name clash between libunzip.so and zlib library


From: Paul Jarc
Subject: Re: name clash between libunzip.so and zlib library
Date: Fri, 04 Aug 2006 20:33:38 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

"gobigred" <taotao.yu@gmail.com> wrote:
> have to use both libraries for different purpose
> both have function named as "inflate"

You can use dlopen() to load the libraries and dlsym() to access a
specific function within a library.  Check the man pages for details.


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]