Hi
I am using
boost(1.34.1) signals on linux(centos5) with gcc 4.1.2.
I can link to the
static boost_signals-gcc41-mt library, however the following symbols seem to be
missing. They all seem to be related to boost::signals::named_slot_map_iterator. Other symbols
such as boost::signals::connection::~connection() are
found.
../../../bin/x86_64/32/linux/g++4.1.2/release/libIceExchangeCommon.so:
undefined reference to
`boost::signals::detail::named_slot_map_iterator::named_slot_map_iterator(boost::signals::detail::named_slot_map_iterator
const&)'
../../../bin/x86_64/32/linux/g++4.1.2/release/libIceExchangeCommon.so: undefined reference to `boost::signals::detail::named_slot_map_iterator::operator=(boost::signals::detail::named_slot_map_iterator const&)' ../../../bin/x86_64/32/linux/g++4.1.2/release/libIceExchangeCommon.so: undefined reference to `boost::signals::detail::named_slot_map_iterator::dereference() const' ../../../bin/x86_64/32/linux/g++4.1.2/release/libIceExchangeCommon.so: undefined reference to `boost::signals::detail::named_slot_map_iterator::increment()' ../../../bin/x86_64/32/linux/g++4.1.2/release/libIceExchangeCommon.so: undefined reference to `boost::signals::detail::named_slot_map_iterator::equal(boost::signals::detail::named_slot_map_iterator const&) const' collect2: ld returned 1 exit status Has anyone seen this
before?
Thanks in
advance.
Michael
|
Schneider Trading
Message from: Michael.Dugan@schneidertrading.com This e-mail and any files transmitted with it are confidential, may be legally privileged, and are for the sole use of the intended recipient. Copyright in this e-mail and any accompanying document created by us is owned by us. If you are not the intended recipient of this e-mail or any part of it please telephone our IT Department at the number shown above or by e-mail at info@schneidertrading.com. You should not use or disclose to any other person the contents of this e-mail or its attachments (if any), nor take copies. This e-mail is not a representation or warranty and is not intended nor should it be taken to create any legal relations, contractual or otherwise. Schneider Trading Associates Ltd (Registration No. 3692131) is incorporated in England and Wales and the registered office is at 25 Copthall Avenue, London EC2R 7BP. The company is authorised and regulated by the Financial Services Authority |