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