--
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/23ea5b48-c57f-43f1-9934-88728e46913e%40googlegroups.com.
How about thisg++ main.cpp -L/usr/local/lib -lprotobuf
On Tue, 30 Jul 2019 at 19:24, A <anurag...@gmail.com> wrote:
Hi All,This may be a silly question but I'm unable to compile my C++ code with protobuf on ubuntu.I've installed it in /usr/local/ and while running below commandg++ main.cpp -L/usr/local/lib -l lprotobufI get this error./usr/bin/ld: cannot find -llprotobuf
collect2: error: ld returned 1 exit statusCan someone help me in this regard ?--
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prot...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/7ce59ca5-70eb-423b-8d7b-e84c3baa0244%40googlegroups.com.