I was trying to get Rust to work on my Windows box. I followed the instructions, however when I tried hello world program, it spits the below. It looks like it has not been able to link up to gcc.. and I have gcc out there. Could someone help me figure out what is the issue here?
$ rustc foo.rserror: linking with `gcc` failed: exit code: 1note: gcc arguments: '-m32''-LC:\Program Files (x86)\Rust\bin\rustlib\i686-pc-mingw32\lib''-o''foo''foo.o''-shared-libgcc''-LC:\MinGW\msys\1.0\home\ENwankwo\.rust''-LC:\MinGW\msys\1.0\home\ENwankwo''C:\Program Files (x86)\Rust\bin\rustlib\i686-pc-mingw32\lib\libstd-3e5aeb83-0.9.rlib''C:\Program Files (x86)\Rust\bin\rustlib\i686-pc-mingw32\lib\libgreen-83b1c0e5-0.9.rlib''C:\Program Files(x86)\Rust\bin\rustlib\i686-pc-mingw32\lib\librustuv-2ba3695a-0.9.rlib''-lws2_32''-lpsapi''-liphlpapi''-lmorestack'note: gcc: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not foundcompilation terminated.error: aborting due to previous errortask 'rustc' failed at 'explicit failure', C:\bot\slave\dist2-win\build\src\libsyntax\diagnostic.rs:75task '<main>' failed at 'explicit failure', C:\bot\slave\dist2-win\build\src\librustc\lib.rs:453