diff options
author | bors <bors@rust-lang.org> | 2015-10-24 23:19:14 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2015-10-24 23:19:14 +0000 |
commit | 0be1bcd06a969987dde8da35199f413237ed0c0c (patch) | |
tree | 9ba80bd14689119109a427bb20d384600b3620a2 /README.md | |
parent | Auto merge of #29151 - wthrowe:linker-output-ICE, r=alexcrichton (diff) | |
parent | Reference #28260 in the README (diff) | |
download | grust-0be1bcd06a969987dde8da35199f413237ed0c0c.tar.gz grust-0be1bcd06a969987dde8da35199f413237ed0c0c.tar.bz2 grust-0be1bcd06a969987dde8da35199f413237ed0c0c.tar.xz |
Auto merge of #29229 - SingingTree:reflect_28260_in_readme, r=alexcrichton
This PR adds a note to the end of the Windows build instructions to reflect the issues detailed in #28260, as well as a work around using older versions of gcc. I've avoided going into detail as I did not wish to bloat the README, and so that the changes are easy to yank once the issue is resolved.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -87,6 +87,13 @@ Read ["Installing Rust"] from [The Book]. | |||
87 | $ ./configure | 87 | $ ./configure |
88 | $ make && make install | 88 | $ make && make install |
89 | ``` | 89 | ``` |
90 | > ***Note:*** gcc versions >= 5 currently have issues building LLVM on Windows | ||
91 | > resulting in a segmentation fault when building Rust. In order to avoid this | ||
92 | > it may be necessary to obtain an earlier version of gcc such as 4.9.x. | ||
93 | > Installers for earlier Windows builds of gcc are available at the | ||
94 | > [Mingw-Builds] project. For more information on this see issue #28260. | ||
95 | |||
96 | [Mingw-Builds]: http://sourceforge.net/projects/mingw-w64/ | ||
90 | 97 | ||
91 | ## Building Documentation | 98 | ## Building Documentation |
92 | 99 | ||