Linker Error with Bazel Dependency on Google Test #4619
Unanswered
Jiegertwo
asked this question in
Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am facing a linker error when trying to use Google Test in my Bazel project. I have the following dependencies set up in my project:
However, I encounter the following error during the linking process:
This indicates that the function testing::internal::EqFailure from gtest/internal/gtest-internal.h is not found.
I have checked my BUILD file and ensured that the dependencies are correctly set, but the issue persists.
Could anyone provide guidance on how to resolve this linker error when using Google Test with Bazel? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions