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]
Other format: [Raw text]

3.1 C++ Compile Issue


Compiled successfully 3.1 from CVS 04112002.  Installed went without a
hitch.  One problem though, what complied before does not anymore...

Any ideas?

> Compiling xrefdup.C
> 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_mo
> del.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_mo
> del.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_mo
> del.h:39: class
>    `std::__basic_file<_CharT>' does not have any field named
> `_M_cfile_created'
> gmake: *** [xrefdup.o] Error 1



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