On Fri, Dec 3, 2010 at 11:02 AM, Patrick Walton <[email protected]> wrote:
> 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).

D'oh, thanks, I had moved my LLVM installation without reconfiguring.
The memory_region error is no more.

Graham

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

Reply via email to