$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost under Linux, invoking bootstrap
From: Daniel James (daniel_at_[hidden])
Date: 2013-05-05 07:44:55
On 5 May 2013 12:10, Edward Diener <eldiener_at_[hidden]> wrote:
> ./bootstrap.sh --prefix=~/bin
>
> It completes succesfully but nothing is put in my home bin subdirectory. Did
> I do something wrong ?
It doesn't understand tilde paths, and will have placed in a directory
called "~". You need to use the full path. Btw. I think it will place
the executable at 'bin/bin', and a lot of other stuff at 'bin/share',
which might not be what you want.