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]

Re: [3.0.1 010727] libstdc++ build error on sparc-linux and mips-linux


Matthias Klose <doko@cs.tu-berlin.de> writes:

| [libc6 2.2.3 CVS as of July 22, 2001, binutils 2.11.90.0.24]
| 
| building limitsMEMBERS fails on sparc-linux and mips-linux (i386-linux works). libstdc++-v3/include/{mips,sparc}-linux/bits/std_limits.h references LONG_LONG_MAX, which gets defined in gcc/xlimits.h or gcc/include/limits.h. Both headers aren't included by std_limits.h.

I'm puzzled the recent limitsMEMBERS breakage.

Can you confirm this

	http://gcc.gnu.org/ml/gcc-bugs/2001-07/msg01212.html

?

Probably we should test for the existence of <xlimits.h> at configure
time and include it in src/gen-num-limits.cc if available.

-- Gaby


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