On 10-12-31 4:49 AM, Peter Hull wrote:
On Tue, Dec 21, 2010 at 9:50 PM, Patrick Walton<[email protected]>  wrote:
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.
Sorry to ask the same question again but I'm still getting that error
and libLLVM-2.9svn.dylib is on my library path (/usr/local/lib) Using
otool -L it seems that none of rustc, librustrt.dylib or
librustrt.dylib load it and I can't find where it might be dlopen'd.
Any ideas what else I can check?

Make sure link is called libLLVM-2.8svn.dylib or update comp/rustc.rc. Also make sure the library is 32 bits.

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

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

Reply via email to