Mail Archives: djgpp/2002/06/13/22:30:22
From: | "Rafal 'Raf256' Maj" <rafal AT raf256 DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | gcc 3.10 and <iostream>
|
Date: | 14 Jun 2002 02:21:35 GMT
|
Organization: | news.onet.pl
|
Lines: | 21
|
Sender: | raf256 AT poczta DOT onet DOT pl@62.233.182.179
|
Message-ID: | <Xns922D2CF541903raf256com@213.180.128.20>
|
NNTP-Posting-Host: | 62.233.182.179
|
X-Trace: | news.onet.pl 1024021295 4694 62.233.182.179 (14 Jun 2002 02:21:35 GMT)
|
X-Complaints-To: | abuse AT onet DOT pl
|
NNTP-Posting-Date: | 14 Jun 2002 02:21:35 GMT
|
User-Agent: | Xnews/5.03.24
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
compiling on GCC 3.10
#include <iostream>
int main() { return 0; }
gives :
Error: c:/djgpp/lib/gcc-lib/djgpp/3.1/libstdcxx.a(c++locale.o):
`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
int main() { return 0; }
works o.k.
--
Rafał 'Raf256' Maj
- Raw text -