<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 href="http://libcxxabi.llvm.org">libcxxabi.llvm.org</a> from llvm.<br>
<br></div>Nick<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 20 July 2013 11:33, Sian Mountbatten <span dir="ltr"><<a 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 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.<br>
<br>
Sincerely<span class="HOEnZb"><font color="#888888"><br>
</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-users mailing list<br>
<a href="mailto:cfe-users@cs.uiuc.edu">cfe-users@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users</a><br>
<br></blockquote></div><br></div>