X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.18.132 with SMTP id w4mr2754309qaa.1.1364586662039; Fri, 29 Mar 2013 12:51:02 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.49.72.225 with SMTP id g1mr272795qev.36.1364586662012; Fri, 29 Mar 2013 12:51:02 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 29 Mar 2013 12:51:01 -0700 (PDT) Complaints-To: groups-abuse AT google DOT com Injection-Info: 5g2000yqz.googlegroups.com; posting-host=149.172.143.189; posting-account=OsAajgoAAADdKJnkJkmhzqP0jo6I_P_0 NNTP-Posting-Host: 149.172.143.189 References: <201303231636 DOT r2NGaUUU015164 AT delorie DOT com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0,gzip(gfe) Message-ID: Subject: Re: ANNOUNCE: DJGPP port of MPC-1.0.1 From: Juan Manuel Guerrero Injection-Date: Fri, 29 Mar 2013 19:51:02 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 3883 Lines: 75 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r2TKF36v003414 Reply-To: djgpp AT delorie DOT com On 23 Mrz., 15:09, Andris Pavenis wrote: > This is announcement of DJGPP port of MPC-1.0.1 > > 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/current/v2gnu/mpc101b.zip >           Binary archive of MPC-1.0.1 for DJGPP v2.03r2 >           (preconfigured for DJGPP v2.03r2) > > ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpc101d.zip >           Documentation archive of MPC-1.0.1 > > ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr101s.zip >            Source archive of MPC-1.0.1 for DJGPP v2.03r2 >           (preconfigured for DJGPP v2.03r2) > > ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpc101b.zip >           Binary archive of MPC-1.0.1 for DJGPP v2.04 development versions > > ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpc101s.zip >            Source archive of MPC-1.0.1 for DJGPP v2.04 development versions >           (preconfigured for DJGPP v2.04 development versions) > > Binary packages build environment > ================================= > > - DJGPP v2.03p2: >      - GCC-4.7.2 >      - GMP-5.0.5 >      - MPFR-3.1.2 > > - DJGPP v2.04pre >      - GCC-4.8.0 >      - GMP-5.1.1 >      - MPFR-3.1.2 > > Binary packages are built on Windows Vista Business SP2. > > Both GMP and MPFR are required to use MPC > > Andris Pavenis Only a small issue. It should be: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpc101s.zip Regards, Juan M. Guerrero