<pre>The errors are probably caused by the fact that you need ( and you are not
providing it to the linker ) libcxxabi <a href="http://libcxxabi.llvm.org/">http://libcxxabi.llvm.org/</a> .
In general terms I personally consider both libcxx and libcxxabi under
Linux pretty useless right now.
The main issues are:
- libcxx and libcxxabi are simply not ready yet for Linux, they are just
incomplete and without a real support from the llvm project
- in the end libcxx and libcxxabi will use libsupc++ and stdlibc++ anyway,
so there is no point in using them, you are just introducing a new
dependence for nothing
I personally have little to no faith in libcxx taking over libstdc++ under
Linux in the immediate future.<br></pre><br><div class="gmail_quote">2013/7/26 Sian Mountbatten <span dir="ltr"><<a href="mailto:poenikatu@fastmail.co.uk" target="_blank">poenikatu@fastmail.co.uk</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#3333FF" bgcolor="#FFFFFF">
<font face="DejaVu Sans Mono">Dear List<br>
<br>
I have downloaded the latest Debian packages for Clang/LLVM, for
which I am very<br>
grateful. It has certainly provided the necessary C++11 tools I
need for my<br>
learning of C++11.<br>
<br>
However, I notice that libc++ is missing from those Debian
packages. Is it possible<br>
to create a Debian package for the LLVM version of libc++?<br>
<br>
I should like to bring to your attention a small matter concerned
with libc++.<br>
I downloaded the source a few days ago and executed the 'buildit'
script in the<br>
libcxx/lib directory. This successfully produced libc++.so.1.0
which I put into<br>
/usr/local/lib (plus links).<br>
<br>
Yesterday, I did the same thing again because I wanted the latest
version. The<br>
buildit script produced a library which I again moved to
/usr/local/lib. When I<br>
used clang++ to use that library, I received a whole lot of error
messages which<br>
I have uploaded to my web-site
<a href="http://www.poenikatu.co.uk/c++/libc++-err.log" target="_blank">http://www.poenikatu.co.uk/c++/libc++-err.log</a>.<br>
Could somebody look at those errors to see what has happened to
libc++?<br>
<br>
My system is Debian wheezy 7.1 amd64 with kernel 3.2.0-4-amd64
SMP. My locale is<br>
eo.UTF-8.<br>
<br>
Sincerely <br><span class="HOEnZb"><font color="#888888">
</font></span></font><span class="HOEnZb"><font color="#888888">
<pre cols="72">--
Sian Mountbatten
Learning C++!!!
I'm an FSF member
Help us support software freedom! <a href="http://www.fsf.org/jf?referrer=10888" target="_blank">http://www.fsf.org/jf?referrer=10888</a>
</pre>
</font></span></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br>