<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div><br></div><div>I grabbed the svn of libc++ and followed the instructions on the Getting Started page on my build of Mac OS 10.7, including grabbing the ABI header and dylib file. When I run <b>./buildit</b>, however, I get the following linker error at the final step:</div><div><br></div><div><div>Undefined symbols for architecture i386:</div><div>  "__ZTIDi", referenced from:</div><div>     -reexported_symbols_list command line option</div><div>  "__ZTIDn", referenced from:</div><div>     -reexported_symbols_list command line option</div><div>  "__ZTIDs", referenced from:</div><div>     -reexported_symbols_list command line option</div><div>  "__ZTIPDi", referenced from:</div><div>     -reexported_symbols_list command line option</div><div>  "__ZTIPDn", referenced from:</div><div>     -reexported_symbols_list command line option</div><div>  "__ZTIPDs", referenced from:</div><div>     -reexported_symbols_list command line option</div><div>  "__ZTIPKDi", referenced from:</div><div>     -reexported_symbols_list command line option</div><div>  "__ZTIPKDn", referenced from:</div><div>     -reexported_symbols_list command line option</div><div>  "__ZTIPKDs", referenced from:</div><div>     -reexported_symbols_list command line option</div><div>ld: symbol(s) not found for architecture i386</div><div>clang: error: linker command failed with exit code 1 (use -v to see invocation)</div></div><div><br></div><div>It looks like it produces the dylib file even with this error, but when I run <b>test/testit</b>, I fail a much larger number of tests than I assume I should, given the completeness graph on the project page. I'm not hugely familiar with all of these compiler options, so before I start investigating, I was wondering if this is something people have been running into. I've only been subscribed to the mailing list for a couple weeks, so I apologize if this is a worn out topic--my attempts at google searches have not turned up anything.</div><div><br></div><div>Thanks for your help,</div><div><br></div><div>Matt Abbott</div></body></html>