X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <201306011854.r51IsgfL000726@delorie.com> Date: Sat, 01 Jun 2013 10:48:48 +0300 From: Andris Pavenis To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of GMP-5.1.2 (DJGPP v2.04 only) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Reply-To: djgpp AT delorie DOT com This is announcement of DJGPP port of GMP-5.1.2 ********************************************************* * WARNING: Only DJGPP v2.04 packages are provided. * * Use GMP-5.0.5 with DJGPP v2.03 instead * * * * You also need to have fairly recent CVS version * * of DJGPP v2.04 for build to succeed (really only * * building tests fails with earlier CVS version or * * DJGPP v2.03p2 due to absence of trunc(), but one * * should not use GMP if tests does not succeed). * ********************************************************* What is GMP (fragment from GMP documentation) =============================================== GNU MP is a portable library written in C for arbitrary precision arithmetic on integers, rational numbers, and floating-point numbers. It aims to provide the fastest possible arithmetic for all applications that need higher precision than is directly supported by the basic C types. See http://gmplib.org/ for more details. GMP is distributed under the GNU LGPL. This license makes the library free to use, share, and improve, and allows you to pass on the result. The license gives freedoms, but also sets firm restrictions on the use with non-free programs. Available files =============== ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gmp512b.zip Binary archive of GMP-5.1.2 for DJGPP v2.04pre ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gmp512d.zip Documentation archive of GMP-5.1.2 for DJGPP v2.04pre ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gmp512s.zip Source archive of GMP-5.1.2 for DJGPP preconfigured for building with DJGPP v2.04pre. Binary packages are built using GCC-4.8.1 Building GMP from gmp512s.zip is not tested without LFN support. Andris Pavenis