This is DJGPP port of MPC-1.3.1. MPC is a library for multiprecision complex arithmetic with exact rounding, based on the MPFR and GNU MP libraries. See README and http://www.loria.fr/~zimmerma/software/mpc.html Building from sources ===================== LFN support is required for building MPC. for DJGPP. I built MPC using GCC-14.1.0 under Windows Vista Business SP2. Using MPC library requires GMP and MPFR to be installed. GMP-6.3.0 and MPFR-4.2.1 were used for building DJGPP port of MPC-1.3.1. One may need to rebuild MPC if GMP and(or) MPFR versions are different enough. Sources in mpc131s.zip are preconfigured for target i386-pc-msdosdjgpp. Simply running configure script with needed parameters should be enough to reconfigure if needed. To build MPC run 'make'. To run tests of the MPC, run 'make check' To install MPC run 'make install prefix=where_to_install' (replace 'where_to_install' with real value). Andris Pavenis