Boost logo

Boost Users :

From: David Abrahams (dave_at_[hidden])
Date: 2007-07-16 07:35:52


on Mon Jul 16 2007, Chandan Nilange <chandan_nilange-AT-yahoo.com> wrote:

> Hello,
>
> I have boost_1_32 version installed at
> /usr/include/boost
> Also, I have installed boost_1_34 at another
> path:/home/myname/work/boost/boost_1_34_0/
>
> Now when I try to run with 1_34 version, it still
> points to 1_32 version at /usr/include (this is
> observed when I debug using gdb it refers to
> /usr/include/boost/regex/v4/match_results.hpp:118)
>
> I tried following things:
>
> 1]
> export
> LD_LIBRARY_PATH=/home/myname/work/boost/boost_1_34_0/boost:$LD_LIBRARY_PATH

That is almost certainly not what you want. You don't see any library
binaries in /home/myname/work/boost/boost_1_34_0/boost do you?

You need to find the Boost 1.34 .so files and put their directory in
your LD_LIBRARY_PATH.

HTH,

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com
The Astoria Seminar ==> http://www.astoriaseminar.com

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net