Re: Pain to install pyilmabase

Gonzalo Garramuño <[email protected]> Tue, 12 Dec 2017 14:51:43 -0300
Newsgroups gmane.comp.video.openexr.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============6669000864143843336==
Content-Type: multipart/alternative;
 boundary="------------35534779B87FBBDD5377D16D"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------35534779B87FBBDD5377D16D
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit



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


--------------35534779B87FBBDD5377D16D
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">El 12/12/17 a las 11:16, Forum (io)
      escribió:<br>
    </div>
    <blockquote type="cite"
      cite="mid:[email protected]">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      Hello,<br>
      <br>
      Thank a lot for your reply.<br>
      I am bit lost :o).<br>
      <br>
      The first think, I should look at, is to share boost. I should
      look around the parameter -fPIC.<br>
      Also, Richard sugest to make a link Rather that a static library.<br>
      <br>
      <b>What would be the different that making a link, than sharing
        boost with the option -fPIC??</b><br>
      <br>
      I downloaded and installed from this page <br>
      <a class="moz-txt-link-freetext"
        href="https://gist.github.com/1duo/2d1d851f76f8297be264b52c1f31a2ab"
        moz-do-not-send="true">https://gist.github.com/1duo/2d1d851f76f8297be264b52c1f31a2ab</a><br>
      <br>
      Then I un-tared and I "compiled" with this command:<br>
      <font color="#006600">sudo ./bootstrap.sh
        --prefix=/opt/boost_1.65.1</font><br>
      <br>
    </blockquote>
    <br>
    Try the following to compile:<br>
    <br>
    ./b2 address-model=64 variant=release threading=multi link=shared<br>
    <br>
    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.<br>
    <pre class="moz-signature" cols="72">-- 
Gonzalo Garramuño</pre>
  </body>
</html>

--------------35534779B87FBBDD5377D16D--


--===============6669000864143843336==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===============6669000864143843336==--