You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/03/30 15:55:25 UTC

[jira] Assigned: (STDCXX-352) [Cygwin] Windows popups in optimized builds

     [ https://issues.apache.org/jira/browse/STDCXX-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov reassigned STDCXX-352:
------------------------------------

    Assignee: Farid Zaripov

> [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
>         Assigned To: Farid Zaripov
>
> 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.