$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Olaf (ope-devel_at_[hidden])
Date: 2007-07-18 09:28:43
> undefined reference to
> boost::signals::detail::signal_base::signal_base(boost::function2<bool,
> boost::any, boost::any, std::allocator<boost::function_base>> const &)
>
> Do I need to link in additional Boost libraries? What about this use of
> boost::any?
Following http://www.boost.org/doc/html/signals/tutorial.html#id1628486
you need to link against the library (statically or dynamically).
boost::any is only the template parameter from compiler's error message.
Regards,
Olaf