delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
From: | "Peter Kabal" <kabal AT ece DOT mcgill DOT ca> |
To: | "DJ Delorie" <dj AT delorie DOT com> |
Cc: | <cygwin AT sources DOT redhat DOT com> |
Subject: | RE: gcc: HUGE_VAL is tiny |
Date: | Thu, 20 Jul 2000 17:42:21 -0400 |
Message-ID: | <NBBBLLFBIFMBFFKCDPGFKEHKCIAA.kabal@ECE.McGill.CA> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) |
Importance: | Normal |
In-Reply-To: | <200007202032.QAA32433@envy.delorie.com> |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2919.6700 |
Fixes the problem. Thanks muchly. -----Original Message----- From: DJ Delorie [mailto:dj AT delorie DOT com] Sent: July 20, 2000 4:33 PM To: kabal AT ece DOT mcgill DOT ca Cc: cygwin AT sources DOT redhat DOT com Subject: Re: gcc: HUGE_VAL is tiny > The value of HUGE_VAL (from math.h) should be infinite or large. > Instead it is negative and tiny. Actually, it's a pointer to a function. It looks like __infinity is being improperly exported by cygwin1.dll, and not being properly imported by your application. I'll look into it, unless you want to ;-) Try changing math.h to be like this for now: extern __declspec(dllimport) const union __dmath __infinity; ^^^^^^^^^^^^^^^^^^^^^ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |