<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Aug 21, 2012, at 8:04 PM, soaliap wrote:</div><blockquote type="cite"><div>Eli Friedman wrote<br><blockquote type="cite">libc++abi is supposed to define _ZTIv itself; what compiler are you using?</blockquote><font class="Apple-style-span" color="#00732a"><br></font>Thanks, Eli.<br>The complier I used is FCC, which belongs to Fujitsu.<br>I tried building libc++abi with clang++, and I found that there are some<br>symbols like _ZTIv, _ZTIi in libc++abi.so.<br>Would you tell me where or how libc++abi notifying complier to define _ZTIv?<br></div></blockquote><br></div><div>I would suggest just building clang with FCC, then using clang to build</div><div>everything else you need.</div><div><br></div><div>If you really want to compile libc++abi with your system compiler,</div><div>the results may not interoperate correctly with programs compiled with</div><div>clang.  It looks like FCC is the Lahey C++ compiler;  I don't know what</div><div>C++ ABI that uses.</div><div><br></div><div>John.</div></body></html>