summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-05-10 09:05:12 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-05-10 09:05:12 +0000
commitac4cbd967b42fc320101c1ea6a365fadf940d9be (patch)
treeaa1b5c868fd205ef88f6f8a22969868f8e5f489f /INSTALL
parentae3c07c5518a838b63b28f5c9e552495facd4335 (diff)
downloadmpfr-ac4cbd967b42fc320101c1ea6a365fadf940d9be.tar.gz
INSTALL: updated section about MS Windows.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6792 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index f6a02faa9..47d8c371e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -305,7 +305,7 @@ OBJECT_MODE is 64 and the -maix64 option is not provided.
Notes on 32-bit Windows Applications (win32)
============================================
-1 - We advise to use mingw (http://www.mingw.org/), which is simpler and
+1 - We advise to use MinGW (http://www.mingw.org/), which is simpler and
less demanding than Cygwin. Contrary to Cygwin, it also provides native
Windows code. The binaries compiled with Cygwin require a dynamic
library (cygwin.dll) to work; there is a Cygwin option -mno-cygwin to
@@ -313,6 +313,8 @@ Notes on 32-bit Windows Applications (win32)
2 - If you just want to make a binary with gcc, there is nothing to do:
GMP, MPFR and the program compile exactly as under Linux.
+ But if you want to generate a library for MinGW from a Cygwin
+ environment, you may need the -mno-cygwin gcc option.
3 - If you want to make libraries to work under another Windows compiler
like Visual C / C++, you have two options. Since the unix-like *.a
@@ -373,7 +375,7 @@ Notes on 64-bit Windows Applications (x64)
[See the Notes on 32-bit Windows Applications, which might be relevant here,
in particular when running a 64-bit operating system]
-Cygwin and mingw do not yet offer support for native Windows 64 builds but
+Cygwin and MinGW do not yet offer support for native Windows 64 builds but
the 32-bit version of MPFR can be used to build 32-bit applications that
will run on 64-bit Windows systems (see above). MPFR can be built as a native
64-bit static or DLL library for Windows 64 using the Visual Studio build