Boost logo

Boost Users :

Subject: Re: [Boost-users] Error '__Unwind_Resume' when trying to link codeblocks to boost::thread
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2011-01-13 21:51:17


> Date: Thu, 13 Jan 2011 21:07:51 -0500
> From: dave_at_[hidden]
> To: boost-users_at_[hidden]
> Subject: Re: [Boost-users] Error '__Unwind_Resume' when trying to link codeblocks to boost::thread
>
>
> Bruno,
>
> The symbols it's looking for are should be in your implementation's
> C++ runtime library. Typically the kind of error you cite is caused
> by using gcc instead of g++ to do the linking step, though I'm a bit
> surprised not to see similar errors reported about iostream support.
> The only other thought I have is that maybe codeblocks is actually
> using a different compiler than the one you used to build
> Boost.Threads.

Yeah, these look like errors I've gotten in the past when I tried to link
boost libraries built with one version of gcc with my code built
with another version of gcc.
 
Regards,
Nate.


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