<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#3333FF" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 2013-07-20 20:24, Nick Lewycky
wrote:<br>
</div>
<blockquote
cite="mid:CADbEz-g4MTVPOfYwWtRVuocZ084Tp_+V5E-iOEwEpRYhtTVf3g@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>It looks like your link is not including the C++ ABI
library (for instance you may be linking by running gcc/clang
instead of g++/clang++). __cxa_guard_acquire et al are defined
by the Itanium C++ ABI and shipped as part of libsupc++
(commonly linked into libstdc++) from gcc or <a
moz-do-not-send="true" href="http://libcxxabi.llvm.org">libcxxabi.llvm.org</a>
from llvm.<br>
<br>
</div>
Nick<br>
<br>
</div>
</blockquote>
I've tried downloading libcxxabi (using svn), but the script given
in libcxxabi/lib/buildit does not produce an<br>
error-free compilation. Please find attached the build log for
libcxxabi (it's only2.1kb). It needs _Unwind_Exception.<br>
Where would that be? And, of course, maybe libcxxabi doesn't work
yet on Linux. :-(<br>
<br>
<blockquote
cite="mid:CADbEz-g4MTVPOfYwWtRVuocZ084Tp_+V5E-iOEwEpRYhtTVf3g@mail.gmail.com"
type="cite">
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On 20 July 2013 11:33, Sian Mountbatten
<span dir="ltr"><<a moz-do-not-send="true"
href="mailto:poenikatu@fastmail.co.uk" target="_blank">poenikatu@fastmail.co.uk</a>></span>
wrote:<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 uploaded the following files to <a
moz-do-not-send="true"
href="http://www.poenikatu.co.uk/c++/" target="_blank">http://www.poenikatu.co.uk/c++/</a>:<br>
config.log -- the result of the configure
command<br>
llvm-clang-build.log -- the result of 'make'<br>
The build failed when a shared object library was being
built: undefined<br>
references.<br>
<br>
Please would you check these files and, if possible,
point me to what I need<br>
to do to get LLVM/Clang to compile.</font><br>
</div>
</blockquote>
</div>
</div>
</blockquote>
Sian<br>
<pre class="moz-signature" cols="72">--
Sian Mountbatten
Learning C++!!!
I'm an FSF member
Help us support software freedom! <a class="moz-txt-link-freetext" href="http://www.fsf.org/jf?referrer=10888">http://www.fsf.org/jf?referrer=10888</a>
</pre>
</body>
</html>