You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "John Norris (Jira)" <ji...@apache.org> on 2019/10/17 21:43:00 UTC

[jira] [Comment Edited] (ARROW-6925) [C++] Arrow fails to buld on MacOS 10.13.6 using brew gcc 7 and 8

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

John Norris edited comment on ARROW-6925 at 10/17/19 9:42 PM:
--------------------------------------------------------------

It appears to be set to gcc when using gcc-8 from brew.

When using the compilers that Apple provides, COMPILER_FAMILY is clang.


was (Author: jcnorris00):
It appears to be set to gcc.

> [C++] Arrow fails to buld on MacOS 10.13.6 using brew gcc 7 and 8
> -----------------------------------------------------------------
>
>                 Key: ARROW-6925
>                 URL: https://issues.apache.org/jira/browse/ARROW-6925
>             Project: Apache Arrow
>          Issue Type: Bug
>         Environment: MacOS 10.13.6 using both brew gcc 7 and 8.
>            Reporter: John Norris
>            Priority: Major
>              Labels: C++
>
> Both SetupCxxFlags.cmake and ThirdpartyToolchain.cmake add -stdlib=libc++ to the compiler flags when APPLE is true, but if you're using GCC from brew (or presumably from anywhere other that Apple), this flag is not recognized and the build fails.



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