zhcn commented on issue #17279:
URL: https://github.com/apache/pulsar/issues/17279#issuecomment-1234193338

   add -D_GLIBCXX_USE_CXX11_ABI=1  and it works fine
   ```
   g++ report_main.cpp  -std=c++11 -I../libs/pulsar/include 
-D_GLIBCXX_USE_CXX11_ABI=1  -lpulsar 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to