-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
a lot of undefined reference to absl when link the protobuf lib #18933
Comments
@anandolee @mkruskal-google |
If you're using cmake, have you checked your If you're really using plain g++ to build your file, I would guess that you're missing some of the abseil libraries you need. There are a huge number of them and we recommend cmake to gather them automatically |
@mkruskal-google |
@mkruskal-google |
What version of protobuf and what language are you using?
Version: v28.x v29.x
Language: C++
What operating system (Linux, Windows, ...) and version?
windows
What runtime / compiler are you using (e.g., python version or gcc version)
mingw-w64 x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0
What did you do?
The text was updated successfully, but these errors were encountered: