summaryrefslogtreecommitdiffstats
path: root/funtools/notes/mingw.notes
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/notes/mingw.notes')
-rw-r--r--funtools/notes/mingw.notes12
1 files changed, 12 insertions, 0 deletions
diff --git a/funtools/notes/mingw.notes b/funtools/notes/mingw.notes
new file mode 100644
index 0000000..75ec185
--- /dev/null
+++ b/funtools/notes/mingw.notes
@@ -0,0 +1,12 @@
+Since the gcc.exe install directory, C:\mingw\bin, is not in the
+Windows PATH, the FILTER_CC variable must be set. You have to use a
+Windows pathname, not a Posix pathname, because the Windows system()
+routine passes the string to the DOS shell.
+
+ export FILTER_CC="C:\mingw\bin\gcc.exe"
+
+
+
+
+
+