%general-entities; ]> MPC-&mpc-version; MPC <para>MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result.</para> </sect2> <sect2 role="installation"> <title>Installation of MPC Prepare MPC for compilation: CC="gcc -isystem /usr/include" \ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ ./configure \ --prefix=/usr \ --docdir=/usr/share/doc/mpc-&mpc-version; Compile the package: make Build the HTML documentation: make html Test the results: make check Install the package: make install Install the HTML documentation: make install-html Contents of MPC Installed libraries Installed directory libmpc.[a,so] /usr/share/doc/mpc-&mpc-version; Short Descriptions libmpc The Multiple Precision Complex Library. libmpc