So cmake really can't handle linking multiple static libraries together into another static library. That sucks, because the kernel library depends on a bunch of other static libraries. If we want to ship the static kernel lib, we'd now have to include all the other libs too. This is only when shipping the static lib, the dynamic lib works just fine. 😐
Autotools libtool archives didn't have this problem, they resolved the final linking in the last install step.
Please Login to reply.
No replies yet.