[
https://issues.apache.org/jira/browse/ARROW-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15973848#comment-15973848
]
Wes McKinney commented on ARROW-850:
------------------------------------
I was able to reproduce this linking issue on gcc 6.3.0 on just-released Ubuntu
17.04. I switched to gcc 4.9 on the same platform and the error went away. This
suggests the issue's root cause was the ABI conflict (boost from conda-forge,
built with gcc 4.8.x from RedHat devtoolset) -- I am not sure this is something
we can "fix" in Arrow other than providing documentation in case users run into
it
> C++: Some static boost builds require linking to libicui18n
> -----------------------------------------------------------
>
> Key: ARROW-850
> URL: https://issues.apache.org/jira/browse/ARROW-850
> Project: Apache Arrow
> Issue Type: Bug
> Reporter: Uwe L. Korn
> Fix For: 0.3.0
>
>
> In some cases, boost-regex was build with ICU and thus we also need to
> include {libicui18n.a} in the linking process.
> We may need a cmake check to see if this is necessary.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)