-
Hi, I'm using C++20 and having problem linking to oauth2: curl_rest_client.cc:(.text+0x379): undefined reference to `absl::lts_20230802::StrCat[abi:cxx11](absl::lts_20230802::AlphaNum const&, absl::lts_20230802::AlphaNum const&)' how do i fix this? thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It depends. We need a few more details to help:
Depending on your answers the solution might be:
|
Beta Was this translation helpful? Give feedback.
-
Hi, It seems like you're encountering an issue with linking to the absl::lts_20230802::StrCat function in your C++20 code. This might be related to a missing or incorrect library or header file. Make sure you have included the necessary library or header file for absl::lts_20230802::StrCat. This might be an ABSL library or a specific header file. |
Beta Was this translation helpful? Give feedback.
It depends. We need a few more details to help:
google-cloud-cpp
? (CMake, Bazel)google-cloud-cpp
? (package manager? manually? did you use the /doc/packaging.md instructions?)google-cloud-cpp
?google-cloud-cpp::st…