-------- Початкове повідомлення --------
Тема: Re: [rust-dev] rust-0.6 compilation with system LLVM fails
Дата: Mon, 08 Apr 2013 13:03:31 +0200
Від: Jauhien Piatlicki <[email protected]>
Кому: Steve Klabnik <[email protected]>

As far as I can see Rust just provides another interface to LLVM that
lives in src/rustllvm/RustWrapper.cpp. And linker complains about
undefined references to functions that do not belong to RustWrapper.cpp,
but as far as I understand to LLVM itself. So the problem may be with
linker that does not pick static libs from /usr/lib/llvm. Hence my
question is how can I pass to linker something like -L/usr/lib/llvm.
Just exporting LDFLAGS before configuring and compiling does not work.

08.04.13 05:03, Steve Klabnik написав(ла):
> Doesn't Rust still use custom patches to LLVM? Does your system LLVM
> have those patches?






Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to