You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by joseluis <jl...@gmail.com> on 2011/11/24 20:40:57 UTC

compiling statically qpid

qpid doesn't work compiling statically

I need it in order to manage exceptions properly in windows with mingw32


The problem looks to be on 

TCPConnector.cpp



    struct StaticInit {
        StaticInit() {
            Connector::registerFactory("tcp", &create);
        };
    } init;



This code is never executed on static linking because is not referenced by
other modules


A provisional solution is linking with TCPConnector.obj file




regards

--
View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/compiling-statically-qpid-tp7029304p7029304.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org