X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Mon, 7 Jun 1999 18:14:51 +0300 (WET) From: Andris Pavenis To: George Hicken cc: djgpp AT delorie DOT com Subject: Re: Undefined String::String(void) problem In-Reply-To: <7jgejj$mj6$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Try to compile with -O2 or -03. Andris On Mon, 7 Jun 1999, George Hicken wrote: > > > I am attempting to use _String.h. > The program compiles okay, but when attempting to link it all the > String:: functions I call throw up undefined errors. > Looking at the file _String.h file they are all implemented there as > inline. > > I am using the contains, before, index, gsub, and chars methods. > > I have modified djgpp.env with the lines > > [rhide] > RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx > > This didn't work from Rhide, so I made a copy of libstdcxx.a called > libstdcx.a > > I am using Rhide 1.4, > bnu 2.8.1 > gcc 2.8.1 > djdev 2.0.2 > gpp 2.8.1 > lgp 2.8.1 > mak 3.7.7 > > > Any suggestions as to ways to fix this problem, or failing that an > alternative string class (with gsub equivilent) would be great > thanks in advance > > -- > George Hicken > george AT rayh DOT demon DOT co DOT uk > ICQ: 462051 > > > Sent via Deja.com http://www.deja.com/ > Share what you know. Learn what you don't. >