[cfe-dev] Undefined "__Unwind_Resme" when building libc++
Michael Price
michael.b.price.dev at gmail.com
Sun May 29 20:23:37 PDT 2011
I'm trying to build libc++ with top-of-tree clang (which was built on the
same system).
I'm running Mac OS X 10.5.8 on an Intel Core 2 Duo.
When I run ./buildit from the libcxx/lib directory, I get the following
error:
Undefined symbols for architecture i386:
"__Unwind_Resume", referenced from:
followed by lots of mangled symbols.
Anyone know what might be going wrong?
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110529/64f7070e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang_search_dirs
Type: application/octet-stream
Size: 318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110529/64f7070e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc-4.2_info
Type: application/octet-stream
Size: 1484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110529/64f7070e/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libcxx_build_output
Type: application/octet-stream
Size: 43706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110529/64f7070e/attachment-0002.obj>
More information about the cfe-dev
mailing list