Mail Archives: djgpp/1998/12/23/15:05:37
happy303 wrote:
>
> On Mon, 21 Dec 1998 20:24:37 GMT, happy303 AT hotmail DOT com (happy303)
> wrote:
>
> WOOHOO, ok now it works, thanx to my somewhat M$ way of solving
> problems. I installed the latest rhide beta and now things seems
> fixed. now the file is compiled using -lstdcxx from rhide
> dunno why, dunno what i did but it works. Now i can program for dos
> protected mode instead of real-mode or winblows...
>
> I'm posting this crap in case someone encounters the same problem as
> me.
>
> see ya!
It was an incompatibility between RHIDE and new versions of GCC. GCC
packages now name the C++ library as `libstdcxx.a', while formerly they
were `libstdcx.a' (one x). This makes a difference if LFN's are
enabled. RHIDE searched for libstdcx. It can be fixed by adding a line
to one of RHIDE's configuration files (as the FAQ explains), or by
fetching a more recent version of RHIDE where this is corrected (though
those are beta).
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -