Global Feed Post Login
Replying to Avatar sedited

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. 😐

Avatar
sedited 1y ago

Autotools libtool archives didn't have this problem, they resolved the final linking in the last install step.

Reply to this note

Please Login to reply.

Discussion

No replies yet.