This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]