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]

Problems with string


Hi,
i'm using gcc-3.2 on my Linux-From-Scratch-System, which means, that i
have really built everything from scratch (glibc-2.2.5, gcc-3.2 ...).
I can't build any programs that use the string class (#include<string>).
Are there some changings that i missed. I've read through some docs and
faqs shipped with gcc-3.2 and found nothing about that.
Building always stops with parsing errors and the error, that i'm using
string as a type which isn't one. g++ thinks that i'm using an
undeclared function.
What can i do?

Thanks

P.S.: That same behaviour i get on my RedHat 8.0 box, but since i built
my own Linux it seems to me that it is not a RH-specific problem.




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