openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] Pain to install pyilmabase


From: Gonzalo Garramuño
Subject: Re: [Openexr-devel] Pain to install pyilmabase
Date: Tue, 12 Dec 2017 14:51:43 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0



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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]