<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 10/09/2013 07:53 AM, Yaron Keren
wrote:<br>
</div>
<blockquote
cite="mid:CANa4zJp5UXL+fNrjfAn9mg=nEV2rS+FrAA0gtno5NCKySm0aQA@mail.gmail.com"
type="cite">
<div dir="rtl">
<div dir="ltr">Both libraries have files
named exception.cpp, stdexcept.cpp, typeinfo.cpp.</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">If you want to build both libraries together,
libstdc++ style, and all objects are in the same build
directory this will cause name clashes.</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">While it's a trivial problem, it is a source of
possible confusion and problems, and it's probably better (and
very easy) to rename libcxxapi source files to different
filenames than libcxx.</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">Yaron</div>
<div dir="ltr"><br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
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>
Right. I solved it by renaming the abi functions to cxx_*.cpp.<br>
<br>
-Rich<br>
</body>
</html>