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]

bootstrap error building libio on alphaev5-dec-osf4.0b


	When I bootstrap the latest egcs CVS on alphaev5-dec-osf4.0b,
I get the following error during the build of libio:

 > /usr/var/tmp/gcc-testing/egcs-CVS19990313/gcc/xgcc
 > 	-B/usr/var/tmp/gcc-testing/egcs-CVS19990313/gcc/
 > 	-B/usr/local/alphaev5-dec-osf4.0b/bin/ -c -g -O2
 > 	-fno-implicit-templates -I. -I. -nostdinc++ iostream.cc
 > iostream.cc:130: prototype for `class istream & istream::read(char *, int)' does not match any in class `istream'
 > iostream.h:143: candidates are: class istream & istream::read(void *, long int)
 > iostream.h:141:                 class istream & istream::read(signed char *, long int)
 > iostream.h:139:                 class istream & istream::read(unsigned char *, long int)
 > iostream.h:137:                 class istream & istream::read(char *, long int)
 > iostream.cc:941: prototype for `class ostream & ostream::write(const char *, int)' does not match any in class `ostream'
 > iostream.h:70: candidates are: class ostream & ostream::write(const void *, long int)
 > iostream.h:68:                 class ostream & ostream::write(const signed char *, long int)
 > iostream.h:66:                 class ostream & ostream::write(const unsigned char *, long int)
 > iostream.h:64:                 class ostream & ostream::write(const char *, long int)
 > make[2]: *** [iostream.o] Error 1
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions


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