TDM-GCC is a compiler suite for Windows. It combines the most recent stable release of the GCC toolset with the free and open-source MinGW or MinGW-w64 runtime APIs to create a LIBRE alternative to Microsoft's compiler and platform SDK. It can creat
①.安装gmp4.2.3 tar -zxvf gmp-4.2.3.tar.gz cd gmp-4.3.2 /opt/gmp-4.2.3/configure --prefix=/usr/local/gmp-4.2.3 make (编译) make install (执行安装) ②安装mpfr2.4.0 bzip -d mpfr-2.4.0.tar.bz2 tar -xvf mpfr-2.4.0.tar.bz2 cd local/mpfr-2.4.0 /opt/mpfr-2.4.0/configu