|
Boost Users : |
Subject: Re: [Boost-users] relocation R_X86_64_32 against
From: Matthieu Brucher (matthieu.brucher_at_[hidden])
Date: 2014-03-03 19:00:25
> You need to use the -fPIC option when building your code also. Any object
> files that are to be placed into a static library for the x86_64
> architecture must be compiled using position-independent code.
That's not exactly true. Only code that can end up in a _shared_
library (i.e. source code of a shared library or a static library that
is linked against a shared library) needs to be compiled with this
option.
Matthieu
-- Information System Engineer, Ph.D. Blog: http://matt.eifelle.com LinkedIn: http://www.linkedin.com/in/matthieubrucher Music band: http://liliejay.com/
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net