summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-04-20 13:38:57 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-04-20 13:38:57 +0000
commit4231a39b688ef6014e4b14d6d61565863090d208 (patch)
treeaa426c483bc6b31278e2272b7812762abf9b7daa /INSTALL
parent1807683b9f176784e3b7e4bc77dfe196bb451790 (diff)
downloadmpc-4231a39b688ef6014e4b14d6d61565863090d208.tar.gz
[INSTALL] added user feedback on mingw
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@989 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index cd915e3..749225c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -83,4 +83,9 @@ add the following to the configure command (or in your environment):
LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include
+In addition, you might need to give the following additional argument to
+configure (reported for mpc-0.9):
+
+CPP="x86_64-w64-mingw32-gcc -E"
+
(reported by Sisyphus)