On 12/21/10 1:49 PM, Peter Hull wrote:
Hi all,
I've done a git pull upstream master, then
make clean
make all
make check
and I get this:

cfg: using built ./rustboot for rust deps
check: formatting
compile [boot x86]: test/run-pass/native-mod.rc
… loads more compiles and passed tests, then ...
compile [boot x86]: test/compile-fail/wrong-ret-type.rs
compile [rustc]: test/run-pass/alt-pattern-simple.rs
rt: fatal, 'leaked memory in rust main loop (51 objects)' failed,
rt/memory_region.cpp:99 51 objects
make: *** [test/run-pass/alt-pattern-simple.bc] Error 1

Typically this indicates that rustc couldn't find your LLVM library. Make sure that libLLVM-2.8svn.so (or similar) is in your LD_LIBRARY_PATH.

Patrick
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to