Mail Archives: djgpp/1999/06/07/11:22:10
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.
>
- Raw text -