This is the mail archive of the gcc-help@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] |
Hello all, I am running into this error and am not sure what is causing it. Has anyone seen it before or can any one tell me how to fix it. Here are the steps that I have taken from a clean distribution to get this error. I have also attached the config.cache file. 1. configure --prefix=/i/btools/ix86-Linux-RH7.3/gcc-2.95.2 --enable-languages=c,c++ 2. make bootstrap Thanks in advance for any help I get. <<<< The error >>>> /i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/xgcc -B/i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/ -B/i/btools/ix86-Linux-RH7.3/gcc-2.95.2/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO fstream.cc -o pic/fstream.o /i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/xgcc -B/i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/ -B/i/btools/ix86-Linux-RH7.3/gcc-2.95.2/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO fstream.cc test x"no" != xyes || \ /i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/xgcc -B/i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/ -B/i/btools/ix86-Linux-RH7.3/gcc-2.95.2/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO indstream.cc -o pic/indstream.o /i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/xgcc -B/i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/ -B/i/btools/ix86-Linux-RH7.3/gcc-2.95.2/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO indstream.cc test x"no" != xyes || \ /i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/xgcc -B/i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/ -B/i/btools/ix86-Linux-RH7.3/gcc-2.95.2/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO ioassign.cc -o pic/ioassign.o /i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/xgcc -B/i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/gcc/ -B/i/btools/ix86-Linux-RH7.3/gcc-2.95.2/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO ioassign.cc indstream.cc: In method `struct streampos indirectbuf::seekoff(long long int, ios::seek_dir, int = 3)': indstream.cc:82: `struct streampos' used where a `int' was expected indstream.cc:85: `struct streampos' used where a `int' was expected indstream.cc:87: `struct streampos' used where a `int' was expected indstream.cc:89: conversion from `int' to non-scalar type `streampos' requested indstream.cc: In method `struct streampos indirectbuf::seekpos(_G_fpos64_t, int = 3)': indstream.cc:99: `struct streampos' used where a `int' was expected indstream.cc:102: `struct streampos' used where a `int' was expected indstream.cc:104: `struct streampos' used where a `int' was expected indstream.cc:106: conversion from `int' to non-scalar type `streampos' requested make[2]: *** [indstream.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2/i686-pc-linux-gnu/libio' make[1]: *** [all-target-libio] Error 2 make[1]: Leaving directory `/i/btools/ix86-Linux-RH7.3/src/gcc-2.95.2' make: *** [bootstrap] Error 2 -- John Gibson jgibson@lexmark.com Pinky, are you pondering what I am pondering? I think so Brain, but if we had a snowmobile, wouldn't it melt before summer?
Attachment:
config.cache
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |