You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into some issues trying to build and install Rust with a customized musl c library. In short it seams the musl std crate is build during make all but not installed in the subsequent make install. Manually copying the rlibs from the build directory solves the issue and rustc is able to build for the x86_64-unknown-linux-musl target.
I wonder if that is an issue of the build system or me using it.
Hi,
I ran into some issues trying to build and install Rust with a customized musl c library. In short it seams the musl
std
crate is build duringmake all
but not installed in the subsequentmake install
. Manually copying the rlibs from the build directory solves the issue and rustc is able to build for thex86_64-unknown-linux-musl
target.I wonder if that is an issue of the build system or me using it.
The longer story is on stackoverflow.
My build environment is here.
The text was updated successfully, but these errors were encountered: