GMP 4.3.0 released
Dennis Clarke
dclarke at blastwave.org
Wed Apr 15 20:21:35 CEST 2009
> Torbjorn Granlund wrote:
>> It is my great pleasure to announce the availability a new major release
>> of
>> the GNU Multiple Precision Arithmetic Library (GMP). The new release is
>> identified as 4.3.0.
>
> Hi Torbjorn,
>
> congratulations and thank you for the new release.
>
With the most minor tweak it builds fine on Solaris :
ABI=32
$ ls .libs/lib*
.libs/libgmp.a .libs/libgmp.so.3 .libs/libgmpxx.lai
.libs/libgmp.la .libs/libgmp.so.3.5.0 .libs/libgmpxx.so
.libs/libgmp.lai .libs/libgmpxx.a .libs/libgmpxx.so.4
.libs/libgmp.so .libs/libgmpxx.la .libs/libgmpxx.so.4.1.0
$
$
$ file .libs/libgmp.so.3.5.0
.libs/libgmp.so.3.5.0: ELF 32-bit MSB dynamic lib SPARC Version 1,
dynamically linked, not stripped
$ file .libs/libgmpxx.so.4.1.0
.libs/libgmpxx.so.4.1.0: ELF 32-bit MSB dynamic lib SPARC Version
1, dynamically linked, not stripped
and ABI=64
$ file .libs/libgmp.so.3.5.0
.libs/libgmp.so.3.5.0: ELF 64-bit MSB dynamic lib SPARCV9 Version 1,
dynamically linked, not stripped
$ file .libs/libgmpxx.so.4.1.0
.libs/libgmpxx.so.4.1.0: ELF 64-bit MSB dynamic lib SPARCV9 Version
1, dynamically linked, not stripped
All tests pass for libgmp.so.3.5.0 however I have to get in and manually
run the tests for the cxx libs.
Dennis Clarke
http://www.blastwave.org
More information about the gmp-discuss
mailing list