$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bill Lear (rael_at_[hidden])
Date: 2006-04-18 17:35:23
On Tuesday, April 18, 2006 at 14:09:52 (-0700) yinglcs2_at_[hidden] writes:
>
>Hi,
>
>How can I install boost in a different directory? I
>try this command:
>bjam "-sTOOLS=gcc --prefix=/home/yinglcs/boost"
>install
>
>But it gives me error message saying some *.jam file
>is not found.
>
>Thank you for any help.
Try:
bjam "-sTOOLS=gcc" --prefix=/home/yinglcs/boost install
Bill