This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/23581] Build failure on MINGW for gcc-4.1-20050819


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]