-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
build error: "/usr/bin/ld: cannot find -lstdc++fs: No such file or directory" #581
Comments
I could fix this by removing
A proper fix should probably involve checking for the |
Issue still exists in 6.2.8.
|
Is this issue still present in 6.2.9? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to build an RPM for ET in Photon 5.0, but I am running into this error:
I have the following build requires in the spec file:
But it looks like there is something missing. I found this though with Google: https://stackoverflow.com/questions/74891427/make-error-library-not-found-for-lstdcfs , indicating it should actually not be necessary. Our version of libstdc++ is 12.2.0:
The text was updated successfully, but these errors were encountered: