$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [REGEX] seg fault
From: John Maddock (john_at_[hidden])
Date: 2009-10-30 08:00:23
>But shouldn't there be a
>libboost_regex.a file ?
Yes, well an .so anyway :-)
>I bjamed in /usr/include/boost_1_39_0/libs/regex/build (where I unzipped
>myboost_1_39_0 tarball).
>Then did bjam install.
>
>Shouldn't that put libboost_regex.a in the right location automatically ?
I would have thought so. And those libraries with a "-d" in the name appear
to be debug versions as well.
>If not what can I do?
Try a:
bjam --with-regex install
from the boost root directory.
HTH, John.