On Mon, 28 Aug 2017, Niels Möller wrote:

To clarify, I'd expect libgmpxx to depend on the C++ standard library
supplied with the compiler used to build gmp. Then, I guess there are
different ways to resolve that dependency, the GNU C++ compiler uses a
shared library, named libstdc++, the Oracle compiler might do something
completely different (and I don't know what, since you haven't told me).

Oracle by default does not link the C++ standard library and runtime in
shared libraries. You usually have undefined symbols, and the final binary gets the link.

--
Marc Glisse
_______________________________________________
gmp-bugs mailing list
[email protected]
https://gmplib.org/mailman/listinfo/gmp-bugs

Reply via email to