From: pavenis AT lanet DOT lv To: a DOT pacquola AT jumpy DOT it (Andrea Pacquola) Date: Fri, 09 Aug 2002 11:14:37 +0300 MIME-Version: 1.0 Subject: Re: Rhide 1.4.9: about message "Error: undefined reference to `_finite' " Cc: djgpp AT delorie DOT com Message-ID: <3D53A41D.4238.2796EE@localhost> In-reply-to: <2f478f73.0208061228.29a56b89@posting.google.com> X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 6 Aug 2002 at 13:28, Andrea Pacquola wrote: > Andris Pavenis: 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(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