相关疑难解决方法(0)

Can Clang compile code with GCC compiled .a libs?

I have my project currently compiling under gcc. It uses Boost, ZeroMQ as static .a libraries and some .so libraries like SDL. I want to go clang all the way but not right now. I wonder if it is possible to compile code that uses .a and .so libraries that were compiled under gcc with clang?

linux gcc clang static-libraries static-linking

13
推荐指数
2
解决办法
8544
查看次数

标签 统计

clang ×1

gcc ×1

linux ×1

static-libraries ×1

static-linking ×1