On Fri, Feb 1, 2013 at 10:13 AM, Graydon Hoare <[email protected]> wrote: > On 13-02-01 06:39 AM, Bruce M. Axtens wrote: >> I'm having problems with the installer for 0.5 on Windows. I end up with >> folders containing a mix of normal length files and zero length files. >> When I try to run rustc.exe I get a dialog about some libgcc*.dll not >> being present > > The 0-length files are build artifacts (they act as sequence-points for > make, since it cannot easily guess the actual hash-based output > filenames of the libraries); they're harmless and we're just not being > terribly precise in avoiding them when building the package.
I added this to the FAQ, btw: https://github.com/mozilla/rust/wiki/Doc-usage-FAQ and would welcome any suggestions from anyone as to how to organize the FAQs on the wiki better; they're not the easiest thing to navigate right now. Cheers, Tim -- Tim Chevalier * http://catamorphism.org/ * Often in error, never in doubt "Too much to carry, too much to let go Time goes fast, learning goes slow." -- Bruce Cockburn _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
