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]

gcc-20010129 IRIX 5.3 installation



building snapshot gcc-20010129 under IRIX 5.3 (make bootstrap)
stops with following error message:

/usr/people/wem/gccobj/gcc/g++ -B/usr/people/wem/gccobj/gcc/ -nostdinc++ -L/usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3/src -L/usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3/src/.libs -B/usr/local/gcc-2.97/mips-sgi-irix5.3/bin/ -B/usr/local/gcc-2.97/mips-sgi-irix5.3/lib/ -isystem /usr/local/gcc-2.97/mips-sgi-irix5.3/include -nostdinc++ -I../../../../gcc-20010129/libstdc++-v3/include -I../../../../gcc-20010129/libstdc++-v3/include/std -I../../../../gcc-20010129/libstdc++-v3/include/c_std -I../include -I../../../../gcc-20010129/libstdc++-v3/libsupc++ -I../libio -I../../../../gcc-20010129/libstdc++-v3/libio -I../../../../gcc-20010129/libstdc++-v3/libmath -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../gcc-20010129/libstdc++-v3/src/ios.cc   -DPIC -o .libs/ios.o
In file included from ../../../../gcc-20010129/libstdc++-v3/include/bits/locale_facets.h:85,
                 from ../../../../gcc-20010129/libstdc++-v3/include/bits/std_locale.h:38,
                 from ../../../../gcc-20010129/libstdc++-v3/include/bits/std_fstream.h:40,
                 from ../../../../gcc-20010129/libstdc++-v3/src/ios.cc:37:
../include/bits/ctype_base.h:44: `_ISupper' was not declared in this scope
../include/bits/ctype_base.h:45: `_ISlower' was not declared in this scope
../include/bits/ctype_base.h:46: `_ISalpha' was not declared in this scope
../include/bits/ctype_base.h:47: `_ISdigit' was not declared in this scope
../include/bits/ctype_base.h:48: `_ISxdigit' was not declared in this scope
../include/bits/ctype_base.h:49: `_ISspace' was not declared in this scope
../include/bits/ctype_base.h:50: `_ISprint' was not declared in this scope
../include/bits/ctype_base.h:51: `_ISgraph' was not declared in this scope
../include/bits/ctype_base.h:52: `_IScntrl' was not declared in this scope
../include/bits/ctype_base.h:53: `_ISpunct' was not declared in this scope
../include/bits/ctype_base.h:54: `_ISalnum' was not declared in this scope
make[4]: *** [ios.lo] Error 1
make[4]: Leaving directory `/usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/usr/people/wem/gccobj'
make: *** [bootstrap] Error 2


on request I can supply more information.

-- 
Werner Mausshardt		E-mail: werner.mausshardt@bruker.de
Software Department		Tel: +49 721 5161 448
Bruker Analytik GmbH		Fax: +49 721 5161 480


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