You need to tell the linker to link the whole archive files: gcc -shared dummy.cpp.o -o libOutput.so -L/path/to/libs -Wl,-whole-archive ...
確定! 回上一頁