I wrote a program, that uses a shared library installed on my system. This library is seldom installed on other systems. How do I compile my program so that the library doesn\'t
Compile it as a static library and link that into the executable.