id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3676,Jamfile filesystem lib,mczernecki@…,Beman Dawes,"Hi. Filesystem library depends on system library, so that it would be great if Jamfile for filesystem contains usage-requirement that point to the system library so that it is automatically taken into consideration during linking shared libraries (of course when using boost.build for the own project) Now if one wants to use filesystem library (in case of linking to shared library) one need to link explicitly also system library. If system library is added to usage-requirements (of project or target) in filesystem Jamfile, then one only need to point filesystem as direct dependency and system library will be linked automaticaly based on usage-requirements. It also will cause that install-dependencies feature will work correctly and when install-dependencies is on then it will atomatically install system library for filesystem library users (dependants). I attached two versions of changed Jamfile. One with usage-requirement added to project and one with usage-requirements added to target. Both are good enough and both works. Best Regards. Michal.",Bugs,closed,Boost 1.42.0,filesystem,Boost 1.41.0,Problem,fixed,,miczer@…