Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #627 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

GDC Mac: missing symbols from tango.stdc.math

Reported by: afb Assigned to: sean
Priority: critical Milestone: 0.99.2 RC5
Component: Tango Version: trunk
Keywords: Cc:

Description

Seems that the fictional "Posix" creature is making some assumptions again.

gPhobos generates all these with autoconf, so it doesn't have these problems.

/usr/bin/ld: Undefined symbols:
___finite
___finitef
___finitel
___fpclassifyl
___isinfl
___isnanl
___signbit

For instance "fpclassifyl" is called "fpclassify" for long doubles on Darwin...

Ditto for isinfl/isnanl. The finiteX is called isfiniteX, and signbit is signbitd.

Attachments

tango-posix-math.patch (2.9 kB) - added by afb on 09/14/07 05:53:31.
tango-posix-math.patch

Change History

09/14/07 05:53:31 changed by afb

  • attachment tango-posix-math.patch added.

tango-posix-math.patch

09/14/07 11:57:07 changed by kris

  • owner changed from kris to sean.

09/30/07 19:05:02 changed by kris

  • priority changed from major to critical.
  • milestone set to 0.99.2 RC5.

10/03/07 14:19:50 changed by sean

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in changeset [2612].