Hi, Is there a way to create static libs for the qpid c++ messaging api?
It is easy to do with proton, as there is a compiler flag, but I have not found a way to do it with the qpid c++ libs. I converted the cmake to build static libs instead of shared libs, but that did not work, as there appears to be initialization code that populates static data members, such as the available protocols (tcp). Without the initialization, the connect to qpid c++ broker does not work. There are probably more issues. Any suggestions? Thanks, Jody
