X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45,TW_CX,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 6 Apr 2010 11:00:50 +0200 Received: by 10.213.55.83 with SMTP id t19mr1979231ebg.71.1270544450666; Tue, 06 Apr 2010 02:00:50 -0700 (PDT) Message-ID: Subject: Re: __cxa_atexit From: Csaba Raduly To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Sun, Apr 4, 2010 at 9:22 PM, June Kim wrote: > I'm building CppUTest from http://cpputest.sf.net with cygwin. > > make from the CppUTest path results in a huge list of errors with > ___cxa_atexit reference, for e.g.: > ... > I believe it has something to do with cygwin's latest gcc's being > compiled with "--disable-__cxa_atexit". Would it work on cygwin if I > compile gcc with --enable-__cxa_atexit option? Any other options? Just remove --use-cxa-atexit from the CppUTest Makefile : Running CppUTest_tests .................!................................ .........................!........................ .................................................. ...!!................ OK (171 tests, 167 ran, 599 checks, 4 ignored, 0 filtered out, 15 ms) -- Life is complex, with real and imaginary parts -- 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