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]

Re: String class + Documentation Questions



> I have successfully built egcs 1.0.3 on an HP-UX 10.20
> platform.
> 
> When I try to compile legacy C++ code which uses the
> standard String Class, I receive compile errors basically
> stating it can not find String.h.

String.h is in libg++, but is not in libstdc++.  It is not
included in the egcs distribution.

However, there is an addon package that provides an egcs-compatible
libg++.  It should be pointed to by the egcs FAQ (see
http://egcs.cygnus.com).




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