$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] error LNK2005
From: Joseph Gauterin (joseph.gauterin_at_[hidden])
Date: 2010-01-20 12:16:09
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.