Message-Id: <201606211727.u5LHRB6W002691@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.1 Date: Tue, 21 Jun 2016 16:05:14 +0300 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.1 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/gmp611b.zip Binary archive of GMP-6.1.1 for DJGPP v2.05 ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gmp611d.zip Documentation archive of GMP-6.1.1 for DJGPP ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gmp611s.zip Source archive of GMP-6.1.1 for DJGPP pre-configured for building with DJGPP v2.05. Binary packages are built using GCC-4.7.4 for better compatibility with this and newer GCC versions. Building GMP from gmp611s.zip is not tested without LFN support. There are no DJGPP specific source changes Andris Pavenis