24.11.2013, 10:55
Hello,
I want to compile the R6 Code on Debian 7, first I got an error
main.cpp:193:3: error: "usleep" was not declared in this scope
Then I added in main.cpp following line on top: #include "unistd.h"
Now I got this error:
/usr/bin/ld: CAmxString.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
CAmxString.o: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make: *** [all] Fehler 1
can anyone help me to get it running on debian7?
I want to compile the R6 Code on Debian 7, first I got an error
main.cpp:193:3: error: "usleep" was not declared in this scope
Then I added in main.cpp following line on top: #include "unistd.h"
Now I got this error:
/usr/bin/ld: CAmxString.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
CAmxString.o: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make: *** [all] Fehler 1
can anyone help me to get it running on debian7?