static verses dynamic linking with c++ #4271
skolodzieski
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every since around v1.5.0 we get undefined symbols when trying to use the shared library versions of librdkafka++. The static library does not have this issue. An example of the link errors are:
Am I doing something wrong? I have commented on issue #3993, but it is 6 months old with no movement? I am wondering if we should recode our app to use the "c" library instead of the "c++" library? Does the "c++" wrappers get any attention?
Beta Was this translation helpful? Give feedback.
All reactions