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

Ticket #512 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

examples don't link on mac os x

Reported by: Carlos Assigned to: sean
Priority: critical Milestone:
Component: Tango Version: trunk
Keywords: Cc:

Description

Rev [2304]

bud console/hello.d -noautoimport -op -clean -full -g -debug -I.. -Tconsole/hello -unittest
/usr/bin/ld: Undefined symbols:
_pthread_setschedprio
_sched_getscheduler

I'd say this is for all Tango programs, though I haven't checked them all.

Change History

06/19/07 12:25:20 changed by Carlos

[2328] partially fixes this:

bud console/hello.d -noautoimport -op -clean -full -g -debug -I.. -Tconsole/hello -unittest
/usr/bin/ld: Undefined symbols:
_sched_getscheduler

06/20/07 12:48:58 changed by sean

Darnit. That's a required function! Okay, I'll change it to use a different routine.

06/20/07 22:01:59 changed by sean

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

Fixed in changeset [2346].