$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-02-04 09:52:29
Nicolas Busca wrote:
> Hi! Is there any way to see the installation log of boost? When I
> installed it I got a message in the end that ~50 out of ~1000 links failed
> to be created. How could I know which they were?
Only way is to capture the output, with pipes or redirects. You can just
run the same build+install command again and it will give you only what
it could not do the first time.
HTH.
--grafik