Why rustc depends on libpthread-2.dll and not on pthreadGC2.dll ? Should I get some older version of mingw / msys ?
Activity
klutzy commentedon Aug 27, 2013
MinGW renamed dll:
pthreadGC2.dll
->libpthread-2.dll
.cnd commentedon Aug 27, 2013
with renamed, rustc.exe from
i686-pc-mingw32\stage0\bin
fails with0xc000000005
Daetalus commentedon Aug 27, 2013
downgrade your mingw version from 4.7.x to 4.6.x.
cnd commentedon Aug 27, 2013
how?
as this wiki ( https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust ) suggested I used mingw-get-inst http://sourceforge.net/projects/mingw/
And it's not clear for me how to downgrade it... It also will be great to add it to wiki page thought.
klutzy commentedon Sep 4, 2013
@Heather I think
mingw-get upgrade "gcc<4.6"
andmingw-get upgrade "g++<4.6"
on msys will work, as the doc states.cnd commentedon Sep 4, 2013
@klutzy thanks
Auto merge of rust-lang#8786 - Alexendoo:identity-op-suggestions, r=d…