El 12/12/17 a las 11:16, Forum (io) escribió:
Hello,

Thank a lot for your reply.
I am bit lost :o).

The first think, I should look at, is to share boost. I should look around the parameter -fPIC.
Also, Richard sugest to make a link Rather that a static library.

*What would be the different that making a link, than sharing boost with the option -fPIC??*

I downloaded and installed from this page
https://gist.github.com/1duo/2d1d851f76f8297be264b52c1f31a2ab

Then I un-tared and I "compiled" with this command:
sudo ./bootstrap.sh --prefix=/opt/boost_1.65.1


Try the following to compile:

./b2 address-model=64 variant=release threading=multi link=shared

Address model is for x86-64.  Release is to avoid a Debug version of the library.  Threading is to make it multithreaded and link is to make it shared.

--
Gonzalo Garramuño

_______________________________________________
Openexr-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/openexr-devel

Reply via email to