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 00:13:19 UTC

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

Jie Yu created MESOS-904:
----------------------------

             Summary: 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
             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)