[protobuf] Re: Dynamic VS Static linking

2024-08-07 Thread saif kandil
Don't bother guys, I just saw new options that can be passed to Abseil: https://github.com/abseil/abseil-cpp/blob/3848ed7f1b13259a8ddd35dc56bf216ecd36d968/ci/linux_gcc-latest_libstdcxx_cmake.sh#L33 On Wednesday, August 7, 2024 at 3:19:48 PM UTC+3 saif kandil wrote: > Hello folks, >

[protobuf] Dynamic VS Static linking

2024-08-07 Thread saif kandil
Hello folks, I created this simple solution to try to link absl, protobuf, and grpc together to see if they work without problems, and I have figured out that static linking is working perfect however the dynamic linking is not: Static linking status: https://github.com/k0T0z/absl-proto-grpc-