-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on bootstrapping : Empty search path given via '-L' (solaris) #97260
Comments
Thank you! I can confirm that this really helps. Maybe you should turn it into pull request straightaway. |
Fixes: Error on bootstrapping : Empty search path given via '-L' (solaris) rust-lang#97260
What is the reason for disabling the static linking of libstdc++ on Solaris instead of building a static libstdc++? Is it a working around or a fix for the issue? |
Solaris generally prefers dynamic linking and does not ship system libraries in static form. There are no first-party packages to install to get a static libstdc++, only shared objects are provided. |
As in issue #97138, Solaris builds fail with
Empty search path given via '-L'
starting with 1.61.0.This patch addressed the issue for me.
The text was updated successfully, but these errors were encountered: