X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.190.193 with SMTP id dj1mr1554582qab.6.1355855566847; Tue, 18 Dec 2012 10:32:46 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Tue, 18 Dec 2012 10:32:46 -0800 (PST) Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=46.79.98.127; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr NNTP-Posting-Host: 46.79.98.127 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <05d64d1a-8432-4a79-98be-71eab2d42683@googlegroups.com> Subject: looking for libm From: dosusb AT googlemail DOT com Injection-Date: Tue, 18 Dec 2012 18:32:46 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1411 Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I try to port a library from Linux to DOS. The configure file complains: configure: error: cannot find required functions: isnan finite copysign When I uncomment the checks for this in the configure file I get the following error message when running make: "3.14159265358979323846" does not give a valid preprocessing token I am using gcc 4.5.3 It seems to me that libm.a is missing. Where could I get that? Georg