g++ -fPIC -o sanli_ai.o -c sanli_ai.c g++ -shared -fPIC -o sanli_ai.so sanli_ai.o g++ main.cpp -o main -ldl ./main