Static library not linking to another static library
Static library not linking to another static library
I have a project that compiles a static library named StaticA. That
library links to another static library, named StaticB. However, when I
try to compile a test program to use StaticA, the test program's linker
complains it can't find StaticB. Why isn't StaticB contained in StaticA
Thanks 
whooo
Static library not linking to another static library
CANARY_111
Thanks,