Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 36185 invoked from network); 10 Mar 2007 23:22:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Mar 2007 23:22:30 -0000 Received: (qmail 58870 invoked by uid 500); 10 Mar 2007 23:22:38 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 58858 invoked by uid 500); 10 Mar 2007 23:22:38 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 58847 invoked by uid 99); 10 Mar 2007 23:22:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2007 15:22:38 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2007 15:22:29 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 435B3714044 for ; Sat, 10 Mar 2007 15:22:09 -0800 (PST) Message-ID: <21913912.1173568929242.JavaMail.jira@brutus> Date: Sat, 10 Mar 2007 15:22:09 -0800 (PST) From: "Mark Brown (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-352) [Cygwin] Windows popups in optimized builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [Cygwin] Windows popups in optimized builds ------------------------------------------- Key: STDCXX-352 URL: https://issues.apache.org/jira/browse/STDCXX-352 Project: C++ Standard Library Issue Type: Bug Components: Build Affects Versions: 4.1.3 Environment: Cygwin, gcc Reporter: Mark Brown Originally posted here: http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200703.mbox/%3cBA4EE1C275E.000002A1mbrown@inbox.com%3e > -----Original Message----- > From: mbrown@inbox.com > Sent: Sat, 3 Mar 2007 11:33:26 -0800 > To: stdcxx-dev@incubator.apache.org > Subject: Re: Cygwin 12d build issues > > Thanks. I opened issue STDCXX-346 for the -fPIC warnings. I'll post > a patch as soon as I'm done testing it. > > What about the LIBC_EXCEPTIONS.exe problem with the popup window? The other test that pops up this window is EXTERN_INLINE.exe. It says: EXTERN_INLINE.exe has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. > > -- Mark > > >> -----Original Message----- >> From: sebor@roguewave.com >> Sent: Fri, 02 Mar 2007 10:13:47 -0700 >> To: stdcxx-dev@incubator.apache.org >> Subject: Re: Cygwin 12d build issues >> >> Mark Brown wrote: >>> Hi all, >>> >>> Just for kicks I'm trying to build a 12d version of the library on >>> Cygwin. Things looks like they're going okay except for a couple of >>> errors that open up a message box on the screen telling me that a test >>> had a problem. The build stops at this point and waits for me to click >>> on a button before moving on to the next test. I don't remember the >>> first but the second one is for LIBC_EXCEPTIONS.exe. Is this normal? >>> >>> I also see lots of messages like these: >>> >>> make[2]: Entering directory `/home/mbrown/stdcxx-12d/lib' >>> generating dependencies for $(TOPDIR)/src/atomic.s >>> generating dependencies for $(TOPDIR)/src/wctype.cpp >>> /home/mbrown/stdcxx/src/wctype.cpp:0: warning: -fPIC ignored for target >>> (all code is position independent) >>> >>> I'm guessing Cygwin might need the same conditional as the one for AIX >>> in gcc.config: >>> >>> # IBM AIX code is always position independent >>> ifneq ($(OSNAME),AIX) >>> PICFLAGS = -fPIC >>> endif >> >> Looks like it. If you could open an issue for this too, >> that would be great! A patch is also welcome :) >> >> Thanks >> Martin >> >>> >>> -- Mark -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.