__cxa_call_terminate of gcc14 breaks linking to libc++/libc++abi #52
Closed
barracuda156
started this conversation in
General
Replies: 2 comments
-
|
FreeBSD did this in their runtime library: https://lists.freebsd.org/archives/dev-commits-src-all/2024-August/044538.html Update. I guess what we need is to backport this: https://lists.llvm.org/pipermail/libcxx-commits/2024-June/085127.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yeah, that worked. Sorry for an unnecessary issue :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
__cxa_call_terminate, added by gcc14 (?), does not exist in older versions oflibc++abi(in particular, in the one built from LLVM-7.1.1 here, unless I messed something up with the build), which breaks builds of some ports. For example, ICU:Also the same error with another port on x86: https://trac.macports.org/ticket/70341
Is there a way to solve it? I wanted to see how usable is
libc++on powerpc, but with a broken ICU it is a no-go.Beta Was this translation helpful? Give feedback.
All reactions