public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/42847] [4.5 Regression] failure while configuring libstdc++
  2010-01-22 16:18 [Bug libstdc++/42847] New: [4.5 Regression] failure while configuring libstdc++ rainer at emrich-ebersheim dot de
@ 2010-01-22 16:18 ` rainer at emrich-ebersheim dot de
  2010-01-22 18:51 ` paolo dot carlini at oracle dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rainer at emrich-ebersheim dot de @ 2010-01-22 16:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rainer at emrich-ebersheim dot de  2010-01-22 16:18 -------
Created an attachment (id=19695)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19695&action=view)
libstdc++ config.log


-- 


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


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

* [Bug libstdc++/42847]  New: [4.5 Regression] failure while configuring libstdc++
@ 2010-01-22 16:18 rainer at emrich-ebersheim dot de
  2010-01-22 16:18 ` [Bug libstdc++/42847] " rainer at emrich-ebersheim dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rainer at emrich-ebersheim dot de @ 2010-01-22 16:18 UTC (permalink / raw)
  To: gcc-bugs

configuring libstdc++ fails:
error: No support for this host/target combination

This is a regression at least against gcc-4.4.
I'm not really sure, but I think sometime last year this even worked for
gcc-4.5.0.

Rainer


-- 
           Summary: [4.5 Regression] failure while configuring libstdc++
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rainer at emrich-ebersheim dot de
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: i686-pc-cygwin


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


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

* [Bug libstdc++/42847] [4.5 Regression] failure while configuring libstdc++
  2010-01-22 16:18 [Bug libstdc++/42847] New: [4.5 Regression] failure while configuring libstdc++ rainer at emrich-ebersheim dot de
  2010-01-22 16:18 ` [Bug libstdc++/42847] " rainer at emrich-ebersheim dot de
@ 2010-01-22 18:51 ` paolo dot carlini at oracle dot com
  2010-01-22 19:25 ` davek at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-01-22 18:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2010-01-22 18:51 -------
I'm adding in CC some cygwin experts, hopefully they will be able to help
you...


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dave dot korn dot cygwin at
                   |                            |gmail dot com, dannysmith at
                   |                            |users dot sourceforge dot
                   |                            |net


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


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

* [Bug libstdc++/42847] [4.5 Regression] failure while configuring libstdc++
  2010-01-22 16:18 [Bug libstdc++/42847] New: [4.5 Regression] failure while configuring libstdc++ rainer at emrich-ebersheim dot de
  2010-01-22 16:18 ` [Bug libstdc++/42847] " rainer at emrich-ebersheim dot de
  2010-01-22 18:51 ` paolo dot carlini at oracle dot com
@ 2010-01-22 19:25 ` davek at gcc dot gnu dot org
  2010-01-22 20:16 ` rainer at emrich-ebersheim dot de
  2010-02-01 21:47 ` rainer at emrich-ebersheim dot de
  4 siblings, 0 replies; 6+ messages in thread
From: davek at gcc dot gnu dot org @ 2010-01-22 19:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from davek at gcc dot gnu dot org  2010-01-22 19:25 -------
I haven't tried a whole lot of cross compiler building.  There's no reference
to cygwin anywhere in crossconfig.m4, so perhaps we need --with-newlib?


-- 


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


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

* [Bug libstdc++/42847] [4.5 Regression] failure while configuring libstdc++
  2010-01-22 16:18 [Bug libstdc++/42847] New: [4.5 Regression] failure while configuring libstdc++ rainer at emrich-ebersheim dot de
                   ` (2 preceding siblings ...)
  2010-01-22 19:25 ` davek at gcc dot gnu dot org
@ 2010-01-22 20:16 ` rainer at emrich-ebersheim dot de
  2010-02-01 21:47 ` rainer at emrich-ebersheim dot de
  4 siblings, 0 replies; 6+ messages in thread
From: rainer at emrich-ebersheim dot de @ 2010-01-22 20:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rainer at emrich-ebersheim dot de  2010-01-22 20:16 -------
(In reply to comment #3)
> I haven't tried a whole lot of cross compiler building.  There's no reference
> to cygwin anywhere in crossconfig.m4, so perhaps we need --with-newlib?
> 

The identical setup works for gcc-4.4.2 and gcc-4.4.3

I'm a little bit short on time at the moment, but I try to dig into it further.
To find the change that caused the different behavior probably will help.


-- 


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


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

* [Bug libstdc++/42847] [4.5 Regression] failure while configuring libstdc++
  2010-01-22 16:18 [Bug libstdc++/42847] New: [4.5 Regression] failure while configuring libstdc++ rainer at emrich-ebersheim dot de
                   ` (3 preceding siblings ...)
  2010-01-22 20:16 ` rainer at emrich-ebersheim dot de
@ 2010-02-01 21:47 ` rainer at emrich-ebersheim dot de
  4 siblings, 0 replies; 6+ messages in thread
From: rainer at emrich-ebersheim dot de @ 2010-02-01 21:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rainer at emrich-ebersheim dot de  2010-02-01 21:46 -------
(In reply to comment #3)
> I haven't tried a whole lot of cross compiler building.  There's no reference
> to cygwin anywhere in crossconfig.m4, so perhaps we need --with-newlib?
> 

Sorry guys, my fault. Indeed I missed --with-newlib.
So, closing as invalid.

Rainer


-- 

rainer at emrich-ebersheim dot de changed:

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


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


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

end of thread, other threads:[~2010-02-01 21:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-22 16:18 [Bug libstdc++/42847] New: [4.5 Regression] failure while configuring libstdc++ rainer at emrich-ebersheim dot de
2010-01-22 16:18 ` [Bug libstdc++/42847] " rainer at emrich-ebersheim dot de
2010-01-22 18:51 ` paolo dot carlini at oracle dot com
2010-01-22 19:25 ` davek at gcc dot gnu dot org
2010-01-22 20:16 ` rainer at emrich-ebersheim dot de
2010-02-01 21:47 ` rainer at emrich-ebersheim dot de

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).