<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 09/09/2013 07:15 AM, kumail wrote:<br>
    </div>
    <blockquote cite="mid:1378736104693-4034340.post@n3.nabble.com"
      type="cite">
      <pre wrap="">I've read many posts about using libc++. Can someone tell me where should I
download the libc++folder from LLVM website. Should I put this folder in
llvm\tools or in Mingw?

Secondly, what should I write in the command line for clang++ when I want to
use libc++ instead of libstdc++?

p.s. : when I use libstdc++ (libstdc++-6.dll) , the .exe crashed
immediately. Is there some problem with the library file?

Regards,
Kumail





--
View this message in context: <a class="moz-txt-link-freetext" href="http://clang-developers.42468.n3.nabble.com/libc-on-windows-tp4034340.html">http://clang-developers.42468.n3.nabble.com/libc-on-windows-tp4034340.html</a>
Sent from the Clang Developers mailing list archive at Nabble.com.
_______________________________________________
cfe-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a>
</pre>
    </blockquote>
    Linux presently has libc++ checkout via git or svn under
    <llvm/projects/> path. I cannot imagine it's different for
    Mingw but someone here who knows Mingw can comment on it.<br>
    <br>
    Debian Linux: llvm -><br>
                          llvm/projects/libcxx<br>
                          llvm/projects/compiler-rt<br>
                          llvm/projects/test-suite<br>
                          llvm/tools/clang<br>
                          llvm/tools/clang/extra<br>
                          llvm/tools/lldb<br>
                          <br>
    Building libcxxabi separately within it's path that I place adjacent
    to llvm<br>
    <br>
                          libcxxabi.<br>
    <br>
    Someone working on the Windows port would most certainly have all
    your info.<br>
    <br>
    Inside this link shows configuration settings for Mingw.<br>
    <br>
    <a href="http://libcxx.llvm.org/results.Windows.html">http://libcxx.llvm.org/results.Windows.html</a><br>
    <br>
    - Marc<br>
    <br>
    <div class="moz-signature">-- <br>
      Marc J. Driftmeyer<br>
      Email :: <a href="mailto:mjd@reanimality.com">mjd@reanimality.com</a><br>
      Web :: <a href="http://www.reanimality.com">http://www.reanimality.com</a><br>
      Cell :: (509) 435-5212
    </div>
  </body>
</html>