Hello, I'm familiar with compiling and installing binaries but I'm needing a little guidance about compiling with library support. I have the libraries installed just fine. Just how do I re-compile a binary with library support?
Thanks for any help.
Matt
Sometimes just having the libraries installed is not enough, if you have installed them from a package ( like RPM ) you may also need the corresponding "devel" package, that includes the required "C" header files.
For instance, to run an applcation that needs libfoo, you probably need something like: libfoo-1.0.0.rpm
But to recompile the program, you might also need: libfoo-devel-1.0.0.rpm
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.