This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
limitsMEMBERS.cc
- To: gcc-help at gcc dot gnu dot org
- Subject: limitsMEMBERS.cc
- From: andy at softbookpress dot com
- Date: Thu, 14 Dec 2000 13:41:34 -0700
I dug a bit deeper and discovered this line in libstdc++-v3 configure.in:
# Generate bits/std_limits.h and src/limitsMEMBERS.cc
if test ! -f stamp-limits; then
$srcdir/mknumeric_limits $blddir $srcdir $xcompiling
touch stamp-limits
fi
libstdc++-v3/mknumeric_limits script made std_limits.h file but failed to
make limitsMEMBERS.cc
And, the std_limits.h file was only partially written.
I ended up downloading both files from
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/libstdc++-v3/cygwin-limits
.tar.gz
and installing them manuially
Now I got this :
"In file included from
../../../../gcc-20001204/libstdc++-v3/include/bits/std_ios.h:39,
from
../../../../gcc-20001204/libstdc++-v3/include/bits/std_istream.h:1,
from
../../../../gcc-20001204/libstdc++-v3/src/complex_io.cc:31:
../../../../gcc-20001204/libstdc++-v3/include/bits/fpos.h: In instantiation
of `std::fpos<mbstate_t>':
../../../../gcc-20001204/libstdc++-v3/include/bits/char_traits.h:208:
instantiated from here
../../../../gcc-20001204/libstdc++-v3/include/bits/fpos.h:53: Internal
compiler
error in finish_member_declaration, at cp/semantics.c:1836
Please submit a full bug report.
"
to be continued...
:-))
Andy