I'm trying to build libc++ with top-of-tree clang (which was built on the same system).<div><br></div><div>I'm running Mac OS X 10.5.8 on an Intel Core 2 Duo.</div><div><br></div><div>When I run ./buildit from the libcxx/lib directory, I get the following error:</div>
<div><br></div><div><div>Undefined symbols for architecture i386:</div><div>  "__Unwind_Resume", referenced from:</div></div><div><br></div><div>followed by lots of mangled symbols.</div><div><br></div><div>Anyone know what might be going wrong?</div>
<div><br></div><div>I've attached the output of ./buildit, some information about the version of GCC that is installed, and the output of the clang -print-search-dirs.</div>