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

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

     [ https://issues.apache.org/jira/browse/ARROW-6708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-6708.
---------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

Issue resolved by pull request 5510
[https://github.com/apache/arrow/pull/5510]

> [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
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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)