Closed
Description
cc #15550
The last thing install.sh
does is attempt to run rustc
to verify the installation works. On OS X, when install.sh
is run from the build directory (as in make install
), if the dynamic loader doesn't find the correct libraries, then it will apparently fall back to looking in the original location of the libraries; it then succeeds to link to the wrong library, and in turn believes the installation was successful.
Metadata
Metadata
Assignees
Labels
No labels