You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2014/01/15 20:23:52 UTC

[jira] [Comment Edited] (MESOS-904) Check for libcxx is missing in configure.ac

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

Jie Yu edited comment on MESOS-904 at 1/15/14 7:23 PM:
-------------------------------------------------------

https://reviews.apache.org/r/16909/
(By Vinson Lee)


was (Author: jieyu):
https://reviews.apache.org/r/16909/

> Check for libcxx is missing in configure.ac
> -------------------------------------------
>
>                 Key: MESOS-904
>                 URL: https://issues.apache.org/jira/browse/MESOS-904
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 0.16.0
>            Reporter: Jie Yu
>            Assignee: Jie Yu
>             Fix For: 0.17.0
>
>
> Not every system that with clang installed has libcxx installed. Therefore, we need to add one more check for libcxx in configure.ac.
> configure.ac
>    634     # If we're using clang, we need to pass -stdlib=libc++ too.
>    635    if test "x$CLANG" = "xyes"; then
>    636      CXXFLAGS="$CXXFLAGS -stdlib=libc++"
>    637    fi



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)