Undefined reference when building with poller
---------------------------------------------
Key: QPID-3328
URL: https://issues.apache.org/jira/browse/QPID-3328
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Affects Versions: 0.10
Environment: Linux 2.6.39-gentoo-r2
gcc 4.4.5
glibc 2.12.2
Reporter: Dmitry Potapov
Priority: Minor
Linker reports error when compiling Qpid C++ broker & client with poller:
qpidc-0.10/src/.libs/libqpidcommon.so: undefined reference to
`qpid::sys::Poller::interrupt(qpid::sys::PollerHandle&)'
... more errors
Steps to reproduce:
1. wget "http://www.apache.org/dyn/closer.cgi/qpid/0.10/qpid-cpp-0.10.tar.gz"
2. tar zxf qpid-cpp-0.10.tar.gz
3. cd qpidc-0.10
4. CXXFLAGS="-Wno-error" ./configure --with-poller
5. make
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]