Boost logo

Boost Users :

Subject: Re: [Boost-users] boost::disable_interruption problem
From: Mostafa (mostafa_working_away_at_[hidden])
Date: 2013-05-09 15:33:49


On Thu, 09 May 2013 08:07:39 -0700, Mohammad Daei <modaei_at_[hidden]> wrote:

> I've tried
> "c++ -I /root/boost_1_53.0 example.cpp -o example",
> "c++ -I /root/boost_1_53.0 example.cpp -o example -lboost_system-mt
> -pthread",
> "c++ -I /root/boost_1_53.0 example.cpp -o example -L
> /root/boost_1_53.0/stage",
> I've tried installing boost through yum, or downloading source package
> and
> compiling them myself, still no luck
> I'm really running out of ideas here!

The best way to get meaningful help is to post the smallest complete
source file that produces the error, and the accompanying full error
message(s). Also read up on what the compiler command line options "-L"
and "-l" mean, if you're not familiar with them.


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