$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] program_options and BOOST_ALL_NO_LIB=1
From: Gianni Ambrosio (gianni.ambrosio_at_[hidden])
Date: 2011-03-09 09:11:43
Il 3/9/2011 1:19 PM, John Maddock ha scritto:
>
> The correct fix is to set the library search path to search the 
> location of the libraries built when you built Boost (defaults to 
> stage/lib with msvc) - you did build Boost right?
John, obviously the error I get is related to the fact the 
program_options lib is not reached by the linker. My question at this 
point is different: can I use program_options as header only library? On 
the basis of what Diederick told me it seems I can't. Now, could you 
please tell me where can I find the list of boost libs that can be used 
as header only?
Thanks
Gianni