-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Compile bug: undefined reference to std::filesystem #10978
Labels
Comments
Clauszy
added a commit
to Clauszy/llama.cpp
that referenced
this issue
Dec 26, 2024
add link library stdc++fs for ggml.
Clauszy
added a commit
to Clauszy/llama.cpp
that referenced
this issue
Dec 26, 2024
add link library stdc++fs for ggml.
Clauszy
added a commit
to Clauszy/llama.cpp
that referenced
this issue
Dec 26, 2024
add link library stdc++fs for ggml.
had the same issue, resolved by updating gcc to 14 |
use gcc8 with cmake |
I did |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Git commit
9ba399d
Operating systems
Linux
GGML backends
CPU
Problem description & steps to reproduce
When compiling with gcc8 in Linux, a linking error occurred.
undefined reference to std::filesystem
First Bad Commit
No response
Relevant log output
The text was updated successfully, but these errors were encountered: