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)