<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear libcxx community,<br>
    <br>
    I would like to compile the latest libcxx on Ubuntu 16.04.<br>
    Regarding the use of compiler-rt instead of libgcc and given there
    seems to be a dependency on libunwind i have the following
    questions:<br>
    <ul>
      <li>Should i use the system libunwind or the llvm one?</li>
      <li>Can i use libunwind.a instead of libunwind.so?</li>
      <li>Should i set -D_GNU_SOURCE for the compile (there is at least
        one cmake test which fails without this if the system libunwind
        is used)?</li>
      <li>There once was an activity (or at least a proposal) to combine
        compiler-rt with libunwind, is this still on target?</li>
    </ul>
    <p>Thanks in advance for answers</p>
    <p>Franz</p>
    <p><br>
    </p>
  </body>
</html>