[ 
https://issues.apache.org/jira/browse/ARROW-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355236#comment-16355236
 ] 

ASF GitHub Bot commented on ARROW-2109:
---------------------------------------

MaxRis opened a new pull request #1567: ARROW-2109: [C++] Completely disable 
boost autolink on MSVC build
URL: https://github.com/apache/arrow/pull/1567
 
 
   Boost's autolink disabling solves linkage issues appeared with boost 
v.1.66.0 (in case of linkage with static boost libs)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [C++] Boost 1.66 compilation fails on Windows on linkage stage
> --------------------------------------------------------------
>
>                 Key: ARROW-2109
>                 URL: https://issues.apache.org/jira/browse/ARROW-2109
>             Project: Apache Arrow
>          Issue Type: Bug
>         Environment: Windows
>            Reporter: Max Risuhin
>            Assignee: Max Risuhin
>            Priority: Major
>              Labels: pull-request-available
>
> Boost's autolinking should be disable on compilation with MSVC, since it 
> causes linkage with shared import libs, instead of expected static. Following 
> error occurs:
> `LINK : fatal error LNK1104: cannot open file 'boost_filesystem.lib'`



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to