0

这是编译的结果:

-lrt -lssl -locci -lclntsh -lboost_regex -lboost_thread -llog4cpp -lcrypto
/usr/bin/ld: cannot find -locci
/usr/bin/ld: cannot find -lclntsh
/usr/bin/ld: cannot find -lboost_regex
/usr/bin/ld: cannot find -lboost_thread
collect2: ld returned 1 exit status
make: *** [GameServer2010] Error 1
4

1 回答 1

0

你知道文件libocci.so在你机器上的什么位置吗?您需要使用链接器指示库位置-L(并对其他库执行相同操作)

于 2013-10-24T12:30:56.707 回答