Uploaded image for project: 'C++ Standard Library'
  1. C++ Standard Library
  2. STDCXX-352

[Cygwin] Windows popups in optimized builds

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.1.3
    • None
    • Build and Installation
    • None
    • Cygwin, gcc

    Description

      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

      Attachments

        Activity

          People

            farid Farid Zaripov
            mbrown Mark Brown
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: