← Back to team overview

kicad-developers team mailing list archive

Re: About The KIWAY is getting wings: first trial on W7 and mingw32.

 

On Mon, Feb 17, 2014 at 12:12:20PM -0600, Dick Hollenbeck wrote:
> The linker seems to think its not relocatable.

The ABI for the x86_64 requires that code to be relocable, so (as
explained in the message) you must compile *everything* that goes in
a .so with -fPIC. Probably the boost is compiled for a .a but code in
a .a that need to be linked in a .so  has to be relocable anyway...
Just put -fPIC in the CXXFLAGS for boost and rebuild the world

I  have that flag in the top environment to not forget it

-- 
Lorenzo Marcantonio
Logos Srl


References