28.03.2014, 22:39
I found:
g++ -O2 -shared -w -o LyricsPlugin.so -I./ -I./amx/ -DLINUX *.cpp
but when i use it it wrote:
/usr/bin/ld: /tmp/ccTSiCDY.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/tmp/ccTSiCDY.o: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
g++ -O2 -shared -w -o LyricsPlugin.so -I./ -I./amx/ -DLINUX *.cpp
but when i use it it wrote:
/usr/bin/ld: /tmp/ccTSiCDY.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/tmp/ccTSiCDY.o: could not read symbols: Bad value
collect2: error: ld returned 1 exit status