Recompilando com -fPIC

0

Estou tentando instalar o Palco , mas atualmente estou preso neste erro, descobri [% 49]:

 [ 49%] Linking CXX shared library libstage.so
/usr/bin/ld: CMakeFiles/stage.dir/blockgroup.o: relocation R_X86_64_PC32 against symbol '_ZTVN3Stg4PoseE' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
libstage/CMakeFiles/stage.dir/build.make:981: recipe for target 'libstage/libstage.so.3.2.2' failed
make[2]: *** [libstage/libstage.so.3.2.2] Error 1
CMakeFiles/Makefile2:124: recipe for target 'libstage/CMakeFiles/stage.dir/all' failed
make[1]: *** [libstage/CMakeFiles/stage.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2

Eu tentei pesquisar como consertá-lo, mas não consegui encontrar nada que seja amigável para iniciantes em Linux, como posso corrigir isso? como exatamente recompilei com o -fPIC? Eu não tenho ideia de como devo fazer isso.

Qualquer ajuda seria muito apreciada.

    
por Nawaf Abdullah 02.12.2016 / 04:40

0 respostas