Message-Id: <201612271822.uBRIMtJG030233@delorie.com> To: djgpp-announce AT delorie DOT com From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp-announce AT delorie DOT com]" Subject: ANNOUNCE: DJGPP port of gmp-6.1.2 Date: Tue, 27 Dec 2016 20:05:10 +0200 Content-Type: text/plain; charset=utf-8; format=flowed Reply-To: djgpp AT delorie DOT com This is announcement of DJGPP port of GMP-6.1.2 What is GMP (fragment from GMP documentation) =============================================== GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface. Since version 6, GMP is distributed under the dual licenses, GNU LGPL v3 and GNU GPL v2. These licenses make the library free to use, share, and improve, and allow you to pass on the result. The GNU licenses give freedoms, but also set firm restrictions on the use with non-free programs. GMP is part of the GNU project. For more information about the GNU project, please see the official GNU web site. Available files =============== ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gmp612b.zip Binary archive of GMP-6.1.2 for DJGPP v2.05 ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gmp612d.zip Documentation archive of GMP-6.1.2 for DJGPP ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gmp612s.zip Source archive of GMP-6.1.2 for DJGPP pre-configured for building with DJGPP v2.05. Binary packages are built using GCC-6.3.0. Building GMP from gmp612s.zip is not tested without LFN support. Andris Pavenis