python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Building gcc 11.2 with jit support requires GMP, MPFR, MPC, ISL recompiled with -fPIC
I'm on a CentOS 7 Linux system where I don't have the root access. So I have to build gcc from source. I want to build gcc 11.2 with the jit support. I invoked
contrib/download_prerequisites for GMP, ...
Hooray
Votes: 0
Answers: 0
log4cxx recompile with -fPIC
I'm compiling a shared lib (.so) that use log4cxx library. I'm getting the following error:
liblog4cxx.a(level.o): relocation R_X86_64_32 against `.bss' can not be used when making a shared object; re...
Karim Harbaoui
Votes: 0
Answers: 1