Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-904

Check for libcxx is missing in configure.ac

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.16.0
    • 0.18.0
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            jieyu Jie Yu
            jieyu Jie Yu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: