This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: stable compiler package gcc4-4.5.3-2


On 9/6/2011 5:27 PM, Yaakov (Cygwin/X) wrote:
> On Tue, 2011-09-06 at 15:44 -0400, Bernd Prager wrote:
>> I recompiled the recent boost libraries with the new gcc-4 package.
>>
>> The thread example fails with:
>>
>> $ g++ thread.cpp -L /usr/local/lib -lboost_thread
>> /tmp/cccfCagO.o:thread.cpp:(.text+0xa4): undefined reference to
>> `__Unwind_Resume'
> There will be new boost packages soon built for gcc-4.5.
>
>
> Yaakov
>
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
Yaakov,

Are you certain this is a boost issue?

_Unwind_Resume resumes propagation of an existing exception object and I
think should be a part of the c++ standard library.

-- Bernd

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]