Subject: Re: [boost] boost interprocess linking error
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-05-22 20:34:38


AMDG

Ion Gaztañaga wrote:
> Edouard A. wrote:
>> I also got the https://svn.boost.org/trac/boost/ticket/2992 bug.
>> That's the
>> one with the linking error caused by the functions
>> get_file_name_from_handle_function and unlink_file.
>> The functions are defined as static inline, they are however too big
>> to be
>> successfully inlined.
>> One work around I found so far is to pass the /force:multiple switch
>> to the
>> linker. Far from being ideal as that may hide other linking issues.
>
> Which compiler are you using? This seems a compiler bug, because even
> if it's too big, this shouldn't give any linking error.

According to the ticket, its msvc 8.

In Christ,
Steven Watanabe