Date: Sun, 19 Aug 2001 09:12:51 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: lkdjiin AT aol DOT com (LKDjiin) Message-Id: <2110-Sun19Aug2001091250+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <20010818110215.19326.00004434@mb-mc.aol.com> (lkdjiin@aol.com) Subject: Re: some problem with libgpp References: <20010818110215 DOT 19326 DOT 00004434 AT mb-mc DOT aol DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: lkdjiin AT aol DOT com (LKDjiin) > Newsgroups: comp.os.msdos.djgpp > Date: 18 Aug 2001 15:02:15 GMT > > My problem: > While reading to the libgpp section in info I see > some interesting classes like String and Regex. > But I can't compile with. > _String.h and _Regex.h are in the lang/cxx > directory. Is this normal ? These classes are part of the GNU-specific C++ class library; you need to install lgpNNNb.zip to have them. Note that those classes are deprecated, non-portable to other C++ libraries, and not maintained anymore. So I'd suggest to find equivalent classes in libstdcxx.a, and use them instead.