public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/16651] New: [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails
@ 2004-07-20 23:49 pinskia at gcc dot gnu dot org
  2004-07-20 23:51 ` [Bug libstdc++/16651] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-20 23:49 UTC (permalink / raw)
  To: gcc-bugs

checking for inttypes.h... (cached) yes
checking gconv.h usability... no
checking gconv.h presence... no
checking for gconv.h... no
checking for sys/types.h... (cached) yes
checking for g++ that supports -ffunction-sections -fdata-sections... no
checking for sin in -lm... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
make: *** [configure-target-libstdc++-v3] Error 1

But the linker has to work.

-- 
           Summary: [3.4/3.5 Regression] cross from powerpc-darwin to i686-
                    darwin fails
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: critical
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-darwin
  GCC host triplet: powerpc-darwin
GCC target triplet: i686-darwin


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16651


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/16651] [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails
  2004-07-20 23:49 [Bug libstdc++/16651] New: [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails pinskia at gcc dot gnu dot org
@ 2004-07-20 23:51 ` pinskia at gcc dot gnu dot org
  2004-07-21  0:07 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-20 23:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-20 23:51 -------
I should note the quote in crossconfig.m4:
    # Darwin versions vary, but the linker should work in a cross environment,
    # so we just check for all the features here.
    # Check for available headers.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16651


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/16651] [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails
  2004-07-20 23:49 [Bug libstdc++/16651] New: [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails pinskia at gcc dot gnu dot org
  2004-07-20 23:51 ` [Bug libstdc++/16651] " pinskia at gcc dot gnu dot org
@ 2004-07-21  0:07 ` pinskia at gcc dot gnu dot org
  2004-07-26 14:19 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-21  0:07 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |16649


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16651


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/16651] [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails
  2004-07-20 23:49 [Bug libstdc++/16651] New: [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails pinskia at gcc dot gnu dot org
  2004-07-20 23:51 ` [Bug libstdc++/16651] " pinskia at gcc dot gnu dot org
  2004-07-21  0:07 ` pinskia at gcc dot gnu dot org
@ 2004-07-26 14:19 ` pinskia at gcc dot gnu dot org
  2004-08-10 19:12 ` mg_gentoo at yahoo dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-26 14:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-26 14:19 -------
This might be a dup of bug 16371 too.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Bug 16651 depends on bug 16371, which changed state.

Bug 16371 Summary: [3.4/3.5 Regression] Fails to build the target libstdc++-v3 library on a cross to any linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16371

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |Bug 16651 depends on bug 16371, which changed state.

Bug 16371 Summary: [3.4/3.5 Regression] Fails to build the target libstdc++-v3 library on a cross to any linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16371

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16651


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/16651] [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails
  2004-07-20 23:49 [Bug libstdc++/16651] New: [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-07-26 14:19 ` pinskia at gcc dot gnu dot org
@ 2004-08-10 19:12 ` mg_gentoo at yahoo dot com
  2004-08-12 11:08 ` lars dot sonchocky-helldorf at hamburg dot de
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mg_gentoo at yahoo dot com @ 2004-08-10 19:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mg_gentoo at yahoo dot com  2004-08-10 19:11 -------
It is (though I can't mark it as such).
Just like in lv's case, the failure is that CHECK_MATH_SUPPORT (as opposed to my
case, where it's CHECK_COMPLEX_MATH_SUPPORT) is called after GCC_NO_EXECUTABLES.
 Same bug though.
Should there be a GCC_NO_LINKER separated out from NO_EXECUTABLES to help
prevent this misuse situation?  As long as we have the target binutils already,
we should be able to test the linker, afaik.  We just cant run the target's
executables.  The linker has (should have) the host == gcc's $build in a
non-canadian build.  Certainly works here.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16651


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/16651] [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails
  2004-07-20 23:49 [Bug libstdc++/16651] New: [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-08-10 19:12 ` mg_gentoo at yahoo dot com
@ 2004-08-12 11:08 ` lars dot sonchocky-helldorf at hamburg dot de
  2004-08-25  4:16 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: lars dot sonchocky-helldorf at hamburg dot de @ 2004-08-12 11:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lars dot sonchocky-helldorf
                   |                            |at hamburg dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16651


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/16651] [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails
  2004-07-20 23:49 [Bug libstdc++/16651] New: [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-08-12 11:08 ` lars dot sonchocky-helldorf at hamburg dot de
@ 2004-08-25  4:16 ` pinskia at gcc dot gnu dot org
  2005-03-06 15:40 ` [Bug libstdc++/16651] [3.4/4.0 " pinskia at gcc dot gnu dot org
  2005-08-23  2:06 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-25  4:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-25 04:16 -------
This is a dup of bug 16371.

*** This bug has been marked as a duplicate of 16371 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16651


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/16651] [3.4/4.0 Regression] cross from powerpc-darwin to i686-darwin fails
  2004-07-20 23:49 [Bug libstdc++/16651] New: [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-08-25  4:16 ` pinskia at gcc dot gnu dot org
@ 2005-03-06 15:40 ` pinskia at gcc dot gnu dot org
  2005-08-23  2:06 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-06 15:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 16651 depends on bug 16371, which changed state.

Bug 16371 Summary: libstdc++ fails for crosses
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16371

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16651


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/16651] [3.4/4.0 Regression] cross from powerpc-darwin to i686-darwin fails
  2004-07-20 23:49 [Bug libstdc++/16651] New: [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails pinskia at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-03-06 15:40 ` [Bug libstdc++/16651] [3.4/4.0 " pinskia at gcc dot gnu dot org
@ 2005-08-23  2:06 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-23  2:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 16651 depends on bug 16649, which changed state.

Bug 16649 Summary: [3.4 Regression] bootstrap of gcc3.4.x fails on OpenDarwin7.2.1/x86
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16651


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-08-23  2:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-20 23:49 [Bug libstdc++/16651] New: [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails pinskia at gcc dot gnu dot org
2004-07-20 23:51 ` [Bug libstdc++/16651] " pinskia at gcc dot gnu dot org
2004-07-21  0:07 ` pinskia at gcc dot gnu dot org
2004-07-26 14:19 ` pinskia at gcc dot gnu dot org
2004-08-10 19:12 ` mg_gentoo at yahoo dot com
2004-08-12 11:08 ` lars dot sonchocky-helldorf at hamburg dot de
2004-08-25  4:16 ` pinskia at gcc dot gnu dot org
2005-03-06 15:40 ` [Bug libstdc++/16651] [3.4/4.0 " pinskia at gcc dot gnu dot org
2005-08-23  2:06 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).