We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb0ac5 commit ee24addCopy full SHA for ee24add
README.md
@@ -84,6 +84,13 @@ Read ["Installing Rust"] from [The Book].
84
$ ./configure
85
$ make && make install
86
```
87
+> ***Note:*** gcc versions >= 5 currently have issues building LLVM on Windows
88
+> resulting in a segmentation fault when building Rust. In order to avoid this
89
+> it may be necessary to obtain an earlier version of gcc such as 4.9.x.
90
+> Installers for earlier Windows builds of gcc are available at the
91
+> [Mingw-Builds] project.
92
+
93
+[Mingw-Builds]: http://sourceforge.net/projects/mingw-w64/
94
95
## Building Documentation
96
0 commit comments