$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Need help in install boost 1.39 on Mac OSX
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-08-16 06:19:57
n179911 wrote:
> Thanks. Can you please tell me how to uninstall on Mac OSX?
>
> I tried:
>
> ./bjam uninstall
> notice: could not find main target uninstall
> notice: assuming it is a name of file to create.
You need to remove the include directory and libboost* files in the
lib directory by hand.
- Volodya