Can't say I have.
However, it's interesting to me that you downloaded the Intel library and built it from source yourself. Because... a quick internet search for "__bid64_from_string" yields .
And, the accepted answer there shows that the library is being packaged by newer distributions. Indeed, in a debian-live-11.4.0-amd64 VM I see:
Package: libintelrdfpmath-dev
Version: 2.0u2-4
State: not installed
Priority: optional
Section: libdevel
Maintainer: Christian Stalp <chris@...>
Architecture: amd64
Uncompressed Size: 73.4 M
Description: Intel Decimal Floating-Point Math Library
Software implementation of the IEEE 754-2008 Decimal Floating-Point Arithmetic specification,
aimed at financial applications, especially in cases where legal requirements make it necessary
to use decimal, and not binary floating-point arithmetic (as computation performed with binary
floating-point operations may introduce small, but unacceptable errors).
Homepage: https://software.intel.com/en-us/articles/intel-decimal-floating-point-math-library
Tags: devel::library, role::devel-lib
So I'm wondering if something went wrong with your custom build? Did you try installing "libintelrdfpmath-dev" from official repos and linking against that instead? Or... maybe you're not using Debian? In which case I wonder if there are RPMs available? Or maybe even the distribution packages are also broken.
-Just curious