From 5da8bd91ce949a01afbb823c3d099a53bfb82b32 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Fri, 24 Sep 2021 10:44:23 +0000 Subject: [INSTALL] Update about MinGW: the old mingw.org website no longer exists, and MinGW has actually been replaced by Mingw-w64, which is for both 32-bit and 64-bit Windows. git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14587 280ebfd0-de03-0410-8827-d642c229c3f4 --- INSTALL | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 48221ed5c..3856abd4f 100644 --- a/INSTALL +++ b/INSTALL @@ -593,13 +593,12 @@ approach depending on how you intend to use the resulting libraries. a. Using MinGW ============== -1 - We advise to use MinGW (http://www.mingw.org/ for 32-bit, and - https://sourceforge.net/projects/mingw-w64/ for 32- and 64-bit), - which is simpler and less demanding than Cygwin. Contrary to Cygwin, - it also provides native Windows code. +1 - We advise to use Mingw-w64 (https://www.mingw-w64.org/), which is + simpler and less demanding than Cygwin. Contrary to Cygwin, it also + provides native Windows code. If you also use MSYS, you should use "make" for MSYS instead of - the "make" utility from MinGW-W64 or from GCC, which causes the + the "make" utility from Mingw-w64 or from GCC, which causes the following error: libtool: warning: libobj name 'extract.Tpo -c -o extract.lo extract.lo' -- cgit v1.2.1