Message-Id: <201506221626.t5MGQKj7030454@delorie.com> Date: Mon, 22 Jun 2015 14:48:28 +0300 From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi)" To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of MPC-1.0.3 Content-Type: text/plain; charset=utf-8; format=flowed Reply-To: djgpp AT delorie DOT com This is announcement of DJGPP port of MPC-1.0.3 What is MPC (fragment from MPC documentation) =============================================== MPC is a portable library written in C for arbitrary precision arithmetic on complex numbers providing correct rounding. Ultimately, it should implement a multiprecision equivalent of the C99 standard. It builds upon the GNU MP and the GNU MPFR libraries. For more information about MPC see: http://www.multiprecision.org/index.php?prog=mpc The MPC Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3.0 of the License, or (at your option) any later version. See the file COPYING.LIB in either DJGPP source or binary archives for more information. Available files =============== ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpc103b.zip Binary archive of MPC-1.0.3 for DJGPP v2.05 ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpc103s.zip Source archive of MPC-1.0.3 for DJGPP v2.05 (preconfigured for DJGPP v2.05) ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpc103d.zip Documentation archive of MPC-1.0.3 NOTE: Only packages for DJGPP v2.05 are built Binary packages build environment ================================= - DJGPP v2.05 - GCC-4.7.3 - GMP-6.0.0a - MPFR-3.1.3 Binary packages are built on Windows Vista Business SP2. Both GMP and MPFR are required to use MPC Andris Pavenis