This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: String class + Documentation Questions
- To: tv at pobox dot com (Todd Vierling)
- Subject: Re: String class + Documentation Questions
- From: hjl at lucon dot org (H.J. Lu)
- Date: Fri, 21 Aug 1998 07:26:15 -0700 (PDT)
- Cc: johnr at euler dot mcdata dot com, egcs at cygnus dot com
>
> On Thu, 20 Aug 1998, John Retta wrote:
>
> : 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 /not/ standard. It is part of libg++., which is no longer
> part of libstdc++. You can get libg++ 2.8.x from ftp.gnu.org or other GNU
> mirrors.
>
I was told libg++ 2.8.x from ftp.gnu.org didn't have the necessary
patches for egcs.
H.J.