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]

Re: problems with libstdc++-v3


> After installing gcc version 3.1 I have a little problem with the 
> standard c++ libraries. After a relitivly conventional install on an 
> i686 running red hat linux 7.2, c++ programs using the standard headers 
> will not compile. It seems that in g++-v3/bits/basic_file.h there is no 
> definition of__c_file_type. This is causing an error on line 52 of 
> g++-v3/bits/basic_file.h when __basic_file_base tries to inherit from 
> it.

Hi,

this a know issue, which happens when you install to a target directory
containing a previous version of gcc. Please clean it before make install and
everything will be ok.

Ciao, Paolo.




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