Closed
Description
Hi, recently I need to compile rust in my musl libc based linux system. I download the rust's source code, configure it and make.
But it failed due to the rust/x86_64-unknown-linux-gnu/stage0/bin/rustc run failed.
It's interpreter is
/lib64/ld-linux-x86-64.so.2
but my system has just the
/lib/ld-musl-x86_64.so.1
I have already the llvm-3.5 installed, It seems to be it just lack of a runable rust stage0 binary for my system.
So, is there a STATICALLY LINKED RUST STAGE0 binary to feed my needs?
Or, how can I compile the proper stage0 rustc binary from stretch ?