From: "Gary Hubbard" Newsgroups: comp.os.msdos.djgpp Subject: GCC 3.2C++ Problem Date: Wed, 23 Oct 2002 09:24:50 -0700 Organization: LBNL News Server Lines: 14 Message-ID: NNTP-Posting-Host: ldv.dhcp.lbl.gov X-Trace: overload.lbl.gov 1035390225 6923 128.3.183.41 (23 Oct 2002 16:23:45 GMT) X-Complaints-To: "newsmaster AT lbl DOT gov" NNTP-Posting-Date: Wed, 23 Oct 2002 16:23:45 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I just installed all new, fresh versions of the newest DJGPP files and am unable to a program. It works fine with version GCC 2.95 but not with 3.2. I get a reference to an undefined function finite() called from a conversion routine in c++locale.o. What I installed was djdev203, bnu213b, gcc32b,gpp32b and mak3791b I linked with -lm -lstdxxx Is this my problem , a DJGPP specific problem, or a GCC problem? TIA Gary