I have searched through tons of online info and wonder if anyone else
has tried to build a shared library that has loaded a static library as
a dependency?  I know this can be done, as I do this all the time. 
However, I noticed that libtool strips out the static libraries before
passing it to the link line.  Is there a flag that can be passed to
libtool so that it will make a shared library with the static library. 
Or at the least cause it to do a --whole-archive on the static?

Or can this be explained as to the reasoning of removing static
libraries as dependancies?

Thank you.

Chris

Reply via email to