Compilation of two files from different compiler one is using other

允我心安 提交于 2020-01-16 08:41:42

问题


If I will compile something(x.cpp) with clang++ and generate dynamic link library, let's say x.so files and i will use that .so files in other source(y.cpp) which i am compiling using g++, so do I get any run time error.

来源:https://stackoverflow.com/questions/59623819/compilation-of-two-files-from-different-compiler-one-is-using-other

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!