It looks like __cxa_call_terminate is implemented automatically when compiling against GCC 14. This caused an ABI program when linking against another program compiled with GCC 12. Is it possible to fix that? If not, providing a binary with older GCC would be nice.
It looks like __cxa_call_terminate is implemented automatically when compiling against GCC 14. This caused an ABI program when linking against another program compiled with GCC 12. Is it possible to fix that? If not, providing a binary with older GCC would be nice.