Greetings,

The Jamfile.v2 in the iostreams library of Boost 1_48 has the line (around 29):

$(v) = [ modules.peek : $(v) ] ;

Used to propogate path-constant settings to the local jam environment. I think it should be:

$($(v)) = [ modules.peek : $(v) ] ;

 

At least when I run with this the build of iostreams works correctly to compile bzip2 and zlib objects and fails otherwise.

 

Has anyone else observed this?

 

Regards

David