Mail Archives: djgpp/2002/08/09/04:16:07
On 6 Aug 2002 at 13:28, Andrea Pacquola wrote:
> Andris Pavenis: <pavenis AT lanet DOT lv> wrote:
> > Upgrade djdev203.zip (and install) from
> > http://clio.rice.edu/djgpp/win2k/main_203.htm
libm.a must be linked AFTER libstdcxx.a. Simple workaround is to put
both libstdcxx.a and libm.a explicitly at end of libraries to be linked in.
Also:
Which version of RHIDE? if 1.4.9 or something similar, then also get
latest my build from http://rhide.sourceforge.net/snapshots/
Andris
>
>
> Done, but seems it is not enough...
> I checked again a lot of documentation (and Martin S. message too). No
> success.
>
> I have actually two configurations of Rhide/DJGPP : only one,the
> "older", works always properly; it is this:
>
> bnu 2112b
> djdev203
> gcc2953b
> gpp2953b
> mak3791b
> rh1478b
>
> The "wrong one" is the newest:
> bnu2121b
> djdev203
> gcc31b
> gdb511b
> gpp31b
> mak3791b
> rhid149b
>
> (choices of the "Zip Picker")
>
> The ever-seen-before-message shown running Hello World is:
>
> Creating: hello.exe Error:
> c:/djgpp/lib/gcc-lib/djgpp/3.1/libstdcxx.a(c++locale.o): In function
> ` void std::__convert_to_v<float>(char const *, float&,
> std::_Ios_Iostate&, int * const&, int) ': c++locale.o(135) Error:
> undefined reference to `_finite' Error: collect2: ld returned 1 exit
> status
- Raw text -