[libuv] Compiling with -fPIC?

2018-02-19 Thread Yvonne Chen
Hi, Trying to link libuv.a into an existing project and getting errors all related to relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC I assume that means libuv needs to be rebuilt with -fPIC. However, I'm having trouble figuring out h

Re: [libuv] Compiling with -fPIC?

2018-02-19 Thread Yvonne Chen
at 10:02 PM, Yvonne Chen > wrote: > > Hi, > > > > Trying to link libuv.a into an existing project and getting errors all > > related to > > relocation R_X86_64_32 against `.rodata' can not be used when making a > > shared object; recompile with -fP