This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.1 C++ Compile Issue - w/Preprocessed File
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: chipperc dot cuntz at wcom dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 15 Apr 2002 16:43:12 -0400
- Subject: Re: 3.1 C++ Compile Issue - w/Preprocessed File
>>>>> Chip Cuntz writes:
Chip> 3.1 from CVS 04112002
Chip> rs6000-ibm-aix4.3.3.0
g++ -c -I../../api -I../../include -D__AIX__ -D__UNIX__
-D__XREF_COMP__ -w xrefdup.C
In file included from /usr/local/include/g++-v3/bits/basic_file.h:250,
from /usr/local/include/g++-v3/fstream:48,
from xrefdup.h:28,
from xrefdup.C:30:
/usr/local/include/g++-v3/rs6000-ibm-aix4.3.3.0/bits/basic_file_model.h: In
constructor `std::__basic_file<_CharT>::__basic_file(__c_lock*)':
/usr/local/include/g++-v3/rs6000-ibm-aix4.3.3.0/bits/basic_file_model.h:39: class
`std::__basic_file<_CharT>' does not have any field named `_M_cfile'
/usr/local/include/g++-v3/rs6000-ibm-aix4.3.3.0/bits/basic_file_model.h:39: class
`std::__basic_file<_CharT>' does not have any field named `_M_cfile_created'
GCC 3.1 libstdc++-v3 does not install a header file named
basic_file_mode.h, although GCC 3.0 does. I suspect that your GCC 3.1
compiler may be finding a previously installed GCC 3.0 header files.
Regards, David