We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
9ba399d
Linux
CPU
When compiling with gcc8 in Linux, a linking error occurred. undefined reference to std::filesystem
No response
/usr/bin/ld: ../../ggml/src/libggml.so: undefined reference to `vtable for std::filesystem::__cxx11::filesystem_error' /usr/bin/ld: ../../ggml/src/libggml.so: undefined reference to `std::filesystem::__cxx11::directory_iterator::operator*() const' /usr/bin/ld: ../../ggml/src/libggml.so: undefined reference to `typeinfo for std::filesystem::__cxx11::filesystem_error' /usr/bin/ld: ../../ggml/src/libggml.so: undefined reference to `std::filesystem::__cxx11::path::_M_find_extension() const' /usr/bin/ld: ../../ggml/src/libggml.so: undefined reference to `std::filesystem::__cxx11::filesystem_error::~filesystem_error()' /usr/bin/ld: ../../ggml/src/libggml.so: undefined reference to `std::filesystem::status(std::filesystem::__cxx11::path const&)' /usr/bin/ld: ../../ggml/src/libggml.so: undefined reference to `std::filesystem::__cxx11::path::_M_split_cmpts()' /usr/bin/ld: ../../ggml/src/libggml.so: undefined reference to `std::filesystem::__cxx11::directory_iterator::operator++()' /usr/bin/ld: ../../ggml/src/libggml.so: undefined reference to `std::filesystem::__cxx11::directory_iterator::directory_iterator(std::filesystem::__cxx11::path const&, std::filesystem::directory_options, std::error_code*)' /usr/bin/ld: ../../ggml/src/libggml.so: undefined reference to `std::filesystem::__cxx11::filesystem_error::_M_gen_what()'
The text was updated successfully, but these errors were encountered:
ggml: fix undefined reference to std::filesystem(ggerganov#10978)
76ff95c
add link library stdc++fs for ggml.
ggml : fix undefined reference to std::filesystem(ggerganov#10978)
3bd5ae3
33d557e
No branches or pull requests
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: