You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2019/09/26 12:55:00 UTC

[jira] [Created] (ARROW-6708) [C++] "cannot find -lboost_filesystem_static"

Antoine Pitrou created ARROW-6708:
-------------------------------------

             Summary: [C++] "cannot find -lboost_filesystem_static"
                 Key: ARROW-6708
                 URL: https://issues.apache.org/jira/browse/ARROW-6708
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Antoine Pitrou


I'm trying a fresh build on another machine and get this error when using the {{boost-cpp}} conda package:

{code}
/usr/bin/ld.gold: error: cannot find -lboost_filesystem_static
/usr/bin/ld.gold: error: cannot find -lboost_system_static
{code}

Note that Boost static libraries are installed, but they are named {{libboost_filesystem.a}} and {{libboost_system.a}} (no "_static" suffix).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)