From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32213 invoked by alias); 8 Sep 2011 16:34:01 -0000 Received: (qmail 32200 invoked by uid 22791); 8 Sep 2011 16:33:59 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from oproxy6-pub.bluehost.com (HELO oproxy6-pub.bluehost.com) (67.222.54.6) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 08 Sep 2011 16:33:45 +0000 Received: (qmail 6768 invoked by uid 0); 8 Sep 2011 16:33:44 -0000 Received: from unknown (HELO box307.bluehost.com) (69.89.31.107) by cpoproxy3.bluehost.com with SMTP; 8 Sep 2011 16:33:44 -0000 Received: from gw1.mcgraw-hill.com ([198.45.18.20] helo=[10.182.96.66]) by box307.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R1hXs-00029i-47 for cygwin@cygwin.com; Thu, 08 Sep 2011 10:33:44 -0600 Message-ID: <4E68EE66.9020709@prager.ws> Date: Thu, 08 Sep 2011 16:34:00 -0000 From: Bernd Prager User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] Updated: stable compiler package gcc4-4.5.3-2 References: <4E667838.4020004@prager.ws> <1315344479.3736.49.camel@YAAKOV04> In-Reply-To: <1315344479.3736.49.camel@YAAKOV04> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Identified-User: {1020:box307.bluehost.com:pragerws:prager.ws} {sentby:smtp auth 198.45.18.20 authed with bernd@prager.ws} X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-09/txt/msg00072.txt.bz2 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