assembly files on Solaris SPARC can only be processed with gcc

Marc Glisse marc.glisse at inria.fr
Tue Aug 29 06:14:20 UTC 2017


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


More information about the gmp-bugs mailing list