Open
Description
Environment:
ProtoBuf 4.22.5, WSL Ubuntu 24.04
Installed prerequisites: sudo apt install -y cmake git g++ build-essential unzip
ProtoBuf installed from sources as I described in #15329
I can't use recent tags as they do not build, as I described in #15329
Steps:
Created a small C++ program using addressbook.proto from https://protobuf.dev/getting-started/cpptutorial/
Compiled addressbook.proto
Try to compile main.cpp using "make"
Expected result: it builds and runs
Observed result: linking fails, see attachments