02.09.2012, 21:59
Quote:
Код:
$ make rm -f *~ *.o *.so g++ -D Vehicle_Sync -std=c++0x -m32 -fPIC -c -I ../../sampGDK/EXTRACTED/linux/usr/local/include -I ../../sampGDK/EXTRACTED/linux/usr/local/lib -w -D LINUX -D PROJECT_NAME=\"Vehicle_Sync\" *.cpp g++ -lsampgdk -m32 -fshort-wchar -shared -o "./Vehicle_Sync.so" *.o /usr/bin/ld: cannot find -lsampgdk collect2: ld returned 1 exit status make: *** [Vehicle_Sync] Error 1 |
We have compiled it already, though just making it compatible for Volt-Host as it errors sampgdk stuff ^.^.