$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-05-02 13:35:40
> I have a feeling something is wrong here. Is there a way to set the
> environment for the library files in one go without having to include
> another path each time I need some library file that isn't in my list
> of included paths?
Take another look at the getting started docs, you can either do an install:
the lib files get copied to a location of your choice, or you can do a:
bjam stage
in which case the lib files are collected under boost-path/stage/lib
Clear?
John.