Boost logo

Boost :

Subject: Re: [boost] error LNK2005
From: Kevin Li (kevin.li_2008_at_[hidden])
Date: 2010-01-20 14:28:44


You're right. After I added /FORCE:MULTIPLE, the error message became warning message, I have also noticed the warning "image may not run as expected". However, the test runs without any problem. I am not sure if this is okay. Does anyone knows how to fix the real problem there?

Thanks,
--Kevin

> Date: Wed, 20 Jan 2010 17:16:09 +0000
> From: joseph.gauterin_at_[hidden]
> To: boost_at_[hidden]
> Subject: Re: [boost] error LNK2005
>
> You've fixed the Link error, but you haven't fixed your problem. The
> documentation for /FORCE:MULTIPLE says: "A file created with this
> option may not run as expected.".
>
> What you've done in the link equivilent of using reinterpret_cast to
> silence compiler errors - the linker is telling you there's an error
> and, instead of fixing the error, you're telling the linker to ignore
> it.
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
                                               
_________________________________________________________________


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