Boost logo

Boost :

Subject: Re: [boost] [Signals] Build problem on Linux / ARM with GCC 3.4.4
From: Emil Dotchevski (emil_at_[hidden])
Date: 2008-09-21 20:05:21


On Sat, Sep 20, 2008 at 2:20 PM, Tobias Oberstein
<tobias.oberstein_at_[hidden]> wrote:
> I'm trying to build Boost.Signals on a Debian-based (Nokia Maemo OS2008
> Diablo) system which is using GCC 3.4.4 toolchain (CodeSourcery ARM
> 2005q3-2).
>
> Problem is when linking, I get duplicate symbol
>
> boost::exception_detail::make_clone<boost::exception_detail::error_info_injector<boost::bad_weak_ptr>
>>(boost::exception_detail::error_info_injector<boost::bad_weak_ptr>

I don't have easy access to GCC 3.4.4 but, as far as I can tell from
the log, I have no clue why you're getting this error.

boost::exception_detail::make_clone is defined in
boost/exception/enable_current_exception.hpp, line 123. It is a
function template _and_ is marked as inline. Either of these facts
should prevent any multiple-definition errors. Right?

I will try to take a more careful look later today.

Emil Dotchevski
Reverge Studios, Inc.
http://www.revergestudios.com/reblog/index.php?n=ReCode


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk