赞
踩
gcc *.cpp -c
ar rcs libmytest.a *.o
gcc main.cpp -L./ -lmytest -I./ -o app
在生成二进制文件时gcc后面加上-lstdc++.