$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Getting started with Boost.Test
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-08-23 10:00:26
Otto wrote:
>> You don't have permission to write to /usr/local/lib, apparently. Just
> like with every other Unix program, you need to be root to install things
> there.
>
> That's why I used --prefix. I thought that would allow me to install it in
> my home dir.
Just like the --with options, I'd suggest you pass that to bjam.
- Volodya