From: a DOT pacquola AT jumpy DOT it (Andrea Pacquola) Newsgroups: comp.os.msdos.djgpp Subject: Re: Rhide 1.4.9: about message "Error: undefined reference to `_finite' " Date: 6 Aug 2002 13:28:42 -0700 Organization: http://groups.google.com/ Lines: 45 Message-ID: <2f478f73.0208061228.29a56b89@posting.google.com> References: NNTP-Posting-Host: 213.217.165.80 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1028665722 8087 127.0.0.1 (6 Aug 2002 20:28:42 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 6 Aug 2002 20:28:42 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Andris Pavenis: wrote: > Upgrade djdev203.zip (and install) from > http://clio.rice.edu/djgpp/win2k/main_203.htm 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 A source including the header iostream, with an empty main (like : { ; return 0;}) gives the same result. I really don't understand this point...is gcc really innocent? Thanks, Andrea P.