On 12/3/10 6:27 AM, Graham Fawcett wrote:
It also tries to perform "compile [rustc]" tests, which fail right
away:
compile [rustc]: test/run-pass/arith-0.rs
rt: fatal, 'leaked memory in rust main loop (52 objects)' failed,
rt/memory_region.cpp:99 52 objects
...which I assume is okay? I don't think I broke rustc. :)
That typically indicates that rustc couldn't find the LLVM library. (We
need better error reporting there.) It has to be called
libLLVM2.8svn.{so,dll,dylib} and exist somewhere in the current
LD_LIBRARY_PATH (or equivalent on your platform).
Patrick
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev