X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Ari-Matti Leppänen" Newsgroups: comp.os.msdos.djgpp Subject: Compiling problem Date: Fri, 14 Dec 2001 21:30:46 +0200 Organization: Tampere University of Technology Lines: 18 Message-ID: <9vdjv6$666$1@news.cc.tut.fi> NNTP-Posting-Host: a7a.ttorni.ton.tut.fi X-Trace: news.cc.tut.fi 1008358182 6342 193.166.234.24 (14 Dec 2001 19:29:42 GMT) X-Complaints-To: abuse AT tut DOT fi NNTP-Posting-Date: Fri, 14 Dec 2001 19:29:42 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 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 Hi I'm compiling with gcc 3.0.2. With the following command line I get 17 undeclared functions in std_cmath.h. Any advice? --- cut ---- gcc -ansi -pedantic -Wall -W -O2 -c Tulo.cc In file included from c:/djgpp/lang/cxx-v3/cmath:31, from Tulo.cc:4: c:/djgpp/lang/cxx-v3/bits/std_cmath.h: In function `float std::acos(float)': c:/djgpp/lang/cxx-v3/bits/std_cmath.h:95: `::acosf' undeclared (first use this function) --- cut ---- Ari-Matti