[Bug 38713] Link failure due to use of libunwind in ntdll

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 13 09:34:07 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38713

--- Comment #10 from Marcus Meissner <marcus at jet.franken.de> ---
linux x86_64 libunwind does not contain this function _Unwind_RaiseException...

nm -D /usr/lib64/libunwind.so |grep -v x86

has these usable symbols:
00000000000027f0 T _U_dyn_cancel
0000000000002870 T _U_dyn_info_list_addr
0000000000002880 T _U_dyn_register
0000000000002720 T unw_backtrace

perhaps a AC_TRY_LINK() construct is needed.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list