$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] linking error while using Boost-regex and Stlport in the same project
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-12-12 14:44:08
AMDG
ashish wrote:
> I'm working on a project which needs both boost-regex, and STLPORT. When these
> two libraries are used individually for some sample examples, they work fine.
> But when used both in the same project, I get linking errors as follows:
>
>
> <snip>
> I tried to build boost with STLPORT, but never could get the library with '-p'
> in it's name, which I suppose is required here. How can I get it, or is there
> some other way????
>
What exactly did you try? The correct command is
bjam stdlib=stlport ...
In Christ,
Steven Watanabe