X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <201007202032.o6KKW6Nk015890@delorie.com> Date: Tue, 20 Jul 2010 22:05:44 +0300 From: Andris Pavenis To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of MPC-0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Reply-To: djgpp AT delorie DOT com This is announcement of DJGPP port of MPC-0.8.2 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 2.1 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/current/v2gnu/mpc082b.zip Binary archive of MPC-0.8.2 for DJGPP v2.03r2 ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpc082d.zip Documentation archive of MPC-0.8.2 ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr082s.zip Source archive of MPC-0.8.2 for DJGPP (source are configured using DJGPP v2.03r2 for target i386-pc-msdosdjgpp) ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpc082b.zip Binary archive of MPC-0.8.2 for DJGPP v2.04pre ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpc082s.zip Source archive of MPC-0.8.2 for DJGPP (source are configured using DJGPP v2.04pre for target i386-pc-msdosdjgpp) Binary packages are built using GCC-4.4.4 on Windows Vista Business SP2. I also used: GMP-5.0.1 MPFR-3.0.0 Both GMP amd MPFR are required to use MPC. Andris Pavenis