$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Cannot find -lboost_thhread with upgrade from 1.35 to 1.37
From: Ravi (lists_ravi_at_[hidden])
Date: 2009-04-28 21:13:44
On Tuesday 28 April 2009 13:46:59 Johan Mazel wrote:
> For examples : libboost_filesystem-mt.a, libboost_filesystem-mt.so,
> libboost_filesystem-mt.O, libboost_thread-mt.a, libboost_thread-mt.so,
> libboost_thread-mt.O.
From your description, it seems that only the multi-threaded libraries are
installed. So you might need -lboost_filesystem-mt rather than -
lboost_filesystem.
Regards,
Ravi