This is the mail archive of the gcc@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 w/Redhat 7.0?



Has anyone else been seeing this?  Did I miss something?

I'm running Redhat 7.0 on and the current CVS is configured as
i586-pc-linux-gnu:

% make bootstrap-lean
[... much deleted ...]
/home/leei/IUE/egcs/linux/gcc/g++ -B/home/leei/IUE/egcs/linux/gcc/ -nostdinc++ 
-I/home/leei/IUE/egcs/linux/i586-pc-linux-gnu/libstdc++-v3 -D_GNU_SOURCE 
-D_ISOC99_SOURCE -nostdinc++ -I/home/leei/IUE/egcs/libstdc++-v3/include/std 
-I/home/leei/IUE/egcs/libstdc++-v3/include/c -I/home/leei/IUE/egcs/libstdc++-v3
/libsupc++ -I/home/leei/IUE/egcs/libstdc++-v3/include 
-I/home/leei/IUE/egcs/linux/i586-pc-linux-gnu/libstdc++-v3/libio 
-I/home/leei/IUE/egcs/libstdc++-v3/libio -I/home/leei/IUE/egcs/libstdc++-v3/lib
math -I/home/leei/IUE/egcs/linux/i586-pc-linux-gnu/libstdc++-v3/include 
-I/usr/egcs/include -L/home/leei/IUE/egcs/linux/i586-pc-linux-gnu/libstd++-v3/s
rc -L/home/leei/IUE/egcs/linux/i586-pc-linux-gnu/libstd++-v3/src/.libs 
-B/usr/egcs/i586-pc-linux-gnu/bin/ -B/usr/egcs/i586-pc-linux-gnu/lib/ -isystem 
/usr/egcs/i586-pc-linux-gnu/include -D_GNU_SOURCE -D_ISOC99_SOURCE -nostdinc++ 
-I../../../../libstdc++-v3/include/std -I../../../../libstdc++-v3/include/c 
-I../../../../libstdc++-v3/libsupc++ -I../../../../libstdc++-v3/include 
-I../libio -I../../../../libstdc++-v3/libio -I../../../../libstdc++-v3/libmath 
-I../include -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates 
-Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once 
-ffunction-sections -fdata-sections -g -c c++io.cc  -fPIC -DPIC -o 
.libs/c++io.o
c++io.cc: In constructor `std::__basic_file<_CharT>::__basic_file(__c_lock*)':
c++io.cc:41: class `std::__basic_file<_CharT>' does not have any field named 
   `_M_fileno'
c++io.cc:41: class `std::__basic_file<_CharT>' does not have any field named 
   `_M_cfile'
c++io.cc: In member function `std::__basic_file<_CharT>* 
   std::__basic_file<_CharT>::open(const char*, std::_Ios_Openmode, int) [with 
   _CharT = char]':
c++io.cc:255:   instantiated from here
c++io.cc:122: `_M_cfile' undeclared (first use this function)
c++io.cc:122: (Each undeclared identifier is reported only once for each 
   function it appears in.)
c++io.cc:124: `_M_fileno' undeclared (first use this function)

-------------------------------------------------------------------------------
Lee Iverson     		SRI International
leei@ai.sri.com			333 Ravenswood Ave., Menlo Park CA 94025
http://www.ai.sri.com/~leei/	(650) 859-3307



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