From: a DOT pacquola AT jumpy DOT it (Andrea Pacquola) Newsgroups: comp.os.msdos.djgpp Subject: Rhide 1.4.9: about message "Error: undefined reference to `_finite' " Date: 4 Aug 2002 01:57:16 -0700 Organization: http://groups.google.com/ Lines: 32 Message-ID: <2f478f73.0208040057.7436b26a@posting.google.com> NNTP-Posting-Host: 213.217.165.189 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1028451436 19811 127.0.0.1 (4 Aug 2002 08:57:16 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 4 Aug 2002 08:57:16 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello to all, I have installed Rhide 1,4,9 on a system with Windows ME. Rhide start using this file, (rhide.bat): @echo off setPATH=c:\djgpp\bin;%PATH% set DJGPP=c:\djgpp\djgpp.env chdir c:\djgpp\prog..\bin\rhide.exe I have tried the program hello.cpp: # include < iostream > using namespace std; int main () { cout << "Hello world!"; return 0; } Rhide shows this message: 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 Why? Thanks, Andrea P.