Linker Error with Bazel Dependency on Google Test #4619
Unanswered
jiegger
asked this question in
Community Help
Replies: 1 comment
|
Have you solved this problem? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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!
All reactions