[
https://issues.apache.org/jira/browse/MESOS-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Mahler resolved MESOS-904.
-----------------------------------
Resolution: Fixed
Committed the patches from [~vlee].
{noformat}
commit 0d52d6d9cb4a32f086153317b0e3a86595da6c90
Author: Vinson Lee <[email protected]>
Date: Thu Feb 6 17:54:24 2014 -0800
Fixed configure.ac to require libc++ only on Mac OS X.
This patch fixes configure failure on Linux clang builds.
Review: https://reviews.apache.org/r/16924
{noformat}
{noformat}
commit bbc348fe86fd40a126cbced7b730e6be450425cb
Author: Vinson Lee <[email protected]>
Date: Thu Feb 6 17:55:11 2014 -0800
Fixed configure.ac to require libc++ only on Mac OS X.
This patch fixes configure failure on Linux clang builds.
Review: https://reviews.apache.org/r/16909
{noformat}
> 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.18.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)