Mail Archives: djgpp-workers/2002/06/11/03:33:20
On Mon, 10 Jun 2002, Richard Dawe wrote:
> Actually, I have a question about DJGPP.ENV, after hand-patching. In the RHIDE
> section, why do we have:
>
> +RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx m
> +RHIDE_TYPED_LIBS_DJGPP.cxx=stdcxx m
> +RHIDE_TYPED_LIBS_DJGPP.cpp=stdcxx m
> +RHIDE_TYPED_LIBS.f=g2c m
>
> Why is there no '_DJGPP' in RHIDE_TYPED_LIBS.f? It used to be called
> RHIDE_TYPED_LIBS_DJGPP.f. Looking at a message from Andris called "[Fix for
> v2.03 refresh] Re: Undefined reference to _finite" on Thu, 30 May 2002
> 09:57:44 +0300 (WET), I see that his patch contains a
> RHIDE_TYPED_LIBS_DJGPP.f.
It's a bug. There is no need for RHIDE_TYPED_LIBS_DJGPP.f as the name
of libg2c.a does not change for DJGPP. We have to do such hack for
C++ as name of libstdc++ changes to libstdcxx for DJGPP.
As I saw current CVS version of djgpp.env is correct (RHIDE_TYPED_LIBS.f
used) and we have agreed to put it there for v2.03 update, then I'll not
fixing this bug now.
Andris
- Raw text -