Re: name clash between libunzip.so and zlib library
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
"gobigred" <[email protected]> wrote: > Paul Jarc wrote: >> You can use dlopen() to load the libraries and dlsym() to access a >> specific function within a library. Check the man pages for details. > > doesn't work, i tried it before. Were you still linking the libraries into your executable with -l? That's probably where the linker gets confused, but you don't need to include them there if you use dlopen(). paul