$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Deane Yang (deane_yang_at_[hidden])
Date: 2006-01-11 16:09:19
See
http://article.gmane.org/gmane.comp.lib.boost.build/11170
I hope this gets checked into the CVS sometime!
Jaroslav Gresula wrote:
> Running bjam.exe on the Jamroot listed below gives
> 
> bin\msvc-8.0\debug\runtime-link-static\shared.dll.manifest : general 
> error c1010070: Failed to load and parse the manifest. The system cannot 
> find the file specified.
> 
> <Jamroot>
> using msvc : 8.0 ;
> 
> lib shared
> 	:
> 	file.cxx
> 	:
> 	<link>shared
> 	<runtime-link>static
> 	;
> </Jamroot>
> 
> I've noticed that removing <runtime-link>static or replacing it with 
> <runtime-link>shared 'fixes' the problem.
> 
> I use Boost.Build from the Boost CVS and MSVC 8.0 Professional Edition.
> 
> --
> Jarda