Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about fpic

Read more about fpic

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)

Questions - fpic

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, ...
test-img

Hooray

gcc

fpic

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...
test-img

Karim Harbaoui

c++

linker

.so

log4cxx

fpic

Votes: 0

Answers: 1

Latest Answer

You are trying to link your shared library to a static library (liblog4cxx.a), which does not work, because all ingredients to a shared library must be compiled with the -fPIC (position independent co...
test-img

Jakob Stark

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved