public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/23581] Build failure on MINGW for gcc-4.1-20050819
       [not found] <bug-23581-10715@http.gcc.gnu.org/bugzilla/>
@ 2005-12-10  5:29 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-10  5:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2005-12-10 05:29 -------
No feedback in 3 months so closing as invalid.  Other people have built on
mingw recently so it has to be something with your configuration.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug other/23581] Build failure on MINGW for gcc-4.1-20050819
  2005-08-26 19:56 [Bug other/23581] New: " dcorbit at connx dot com
                   ` (2 preceding siblings ...)
  2005-08-27 22:23 ` pinskia at gcc dot gnu dot org
@ 2005-08-31 19:28 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-31 19:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug other/23581] Build failure on MINGW for gcc-4.1-20050819
  2005-08-26 19:56 [Bug other/23581] New: " dcorbit at connx dot com
  2005-08-26 20:11 ` [Bug other/23581] " pinskia at gcc dot gnu dot org
  2005-08-26 22:42 ` dcorbit at connx dot com
@ 2005-08-27 22:23 ` pinskia at gcc dot gnu dot org
  2005-08-31 19:28 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-27 22:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-27 22:16 -------
Hmm, for some reason config.h has
#define uintmax_t unsigned long

therefore stdint.h gets:
typedef unsigned long long unsigned long;



Can you attach config.log and config.h from intl subdirectory?

-- 


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


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

* [Bug other/23581] Build failure on MINGW for gcc-4.1-20050819
  2005-08-26 19:56 [Bug other/23581] New: " dcorbit at connx dot com
  2005-08-26 20:11 ` [Bug other/23581] " pinskia at gcc dot gnu dot org
@ 2005-08-26 22:42 ` dcorbit at connx dot com
  2005-08-27 22:23 ` pinskia at gcc dot gnu dot org
  2005-08-31 19:28 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dcorbit at connx dot com @ 2005-08-26 22:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dcorbit at connx dot com  2005-08-26 22:37 -------
Subject: RE:  Build failure on MINGW for gcc-4.1-20050819


> -----Original Message-----
> From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org]
> Sent: Friday, August 26, 2005 12:56 PM
> To: Dann Corbit
> Subject: [Bug other/23581] Build failure on MINGW for gcc-4.1-20050819
> 
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org
2005-08-
> 26 19:55 -------
> This is either a bug in intl or stdin.h.  Could you add -g3 and -save-
> temps and then attach the
> preprocessed source?
> 
> --
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23581
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.

------- Additional Comments From dcorbit at connx dot com  2005-08-26 22:37 -------
Created an attachment (id=9593)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9593&action=view)

------- Additional Comments From dcorbit at connx dot com  2005-08-26 22:37 -------
Created an attachment (id=9594)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9594&action=view)


-- 


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


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

* [Bug other/23581] Build failure on MINGW for gcc-4.1-20050819
  2005-08-26 19:56 [Bug other/23581] New: " dcorbit at connx dot com
@ 2005-08-26 20:11 ` pinskia at gcc dot gnu dot org
  2005-08-26 22:42 ` dcorbit at connx dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-26 20:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-26 19:55 -------
This is either a bug in intl or stdin.h.  Could you add -g3 and -save-temps and then attach the 
preprocessed source?

-- 


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


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

end of thread, other threads:[~2005-12-10  5:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23581-10715@http.gcc.gnu.org/bugzilla/>
2005-12-10  5:29 ` [Bug other/23581] Build failure on MINGW for gcc-4.1-20050819 pinskia at gcc dot gnu dot org
2005-08-26 19:56 [Bug other/23581] New: " dcorbit at connx dot com
2005-08-26 20:11 ` [Bug other/23581] " pinskia at gcc dot gnu dot org
2005-08-26 22:42 ` dcorbit at connx dot com
2005-08-27 22:23 ` pinskia at gcc dot gnu dot org
2005-08-31 19:28 ` 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).