makefile - How to load a .so file statically with make? -


is there makefile modification can me load shared library(*.so file) statically?

you can't link shared library statically (or share static one); they're different animals. can build static library object files, or if that's not possible can convert shared library static 1 tool statifier, link that.

a makefile kind of scripting tool; automates tasks hand. must figure out how hand before ask make it.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -