summary refs log tree commit diff stats
path: root/web/question.txt
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2013-05-21 15:27:19 -0500
committerSimon Hafner <hafnersimon@gmail.com>2013-05-21 15:27:19 -0500
commitb597855d6f27b548a32fcce835dfce944d5e36be (patch)
treebf9cb6082dd32adc55bfbe730c04c44f682091cc /web/question.txt
parente3c313048862b3a3d6048c0e5de4d056f87edd33 (diff)
downloadNim-b597855d6f27b548a32fcce835dfce944d5e36be.tar.gz
removed GCC FAQ - not an issue anymore
Diffstat (limited to 'web/question.txt')
-rw-r--r--web/question.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/web/question.txt b/web/question.txt
index b53eacd02..760c4474e 100644
--- a/web/question.txt
+++ b/web/question.txt
@@ -99,23 +99,6 @@ Which option to use for the smallest executable?
 For the standard configuration file, ``-d:quick --opt:size`` does the trick.
 
 
-Execution of GCC fails (Windows)
---------------------------------
-
-On Windows the configuration file ``config\nimrod.cfg`` assumes that GCC is in 
-``$nimrod\dist\mingw\bin``: This is where the Windows installer puts GCC.  
-If you delete the line ``gcc.path = r"$nimrod\dist\mingw\bin"``, Nimrod uses 
-the GCC from your ``PATH`` environment variable. 
-
-If you cannot modify ``$nimrod\config\nimrod.cfg``, copy 
-``$nimrod\config\nimrod.cfg`` to ``%APPDATA%\nimrod.cfg`` and modify 
-``%APPDATA%\nimrod.cfg`` instead. To determine what ``%APPDATA%`` means for 
-your Windows account, use the shell command::
-
-  echo %APPDATA%
-
-
-
 How do I use a different C compiler than the default one?
 ---------------------------------------------------------