bug#23870: Guile 2.0.11 can't find clock_getcpuclockid on macOS 10.12 Sierra

2017-03-01 Thread Andy Wingo
close

bug#23870: Guile 2.0.11 can't find clock_getcpuclockid on macOS 10.12 Sierra

2017-03-01 Thread Andy Wingo
On Wed 29 Jun 2016 14:53, Rahul AG writes: > Guile version: 2.0.11 > Machine type: x86_64-apple-darwin16.0.0 > > macOS 10.12 introduces the `clock_gettime` family of functions, with slight > differences from the *BSD and Linux implementations. > > The failure in linking is caused by a call at li

bug#23870: Guile 2.0.11 can't find clock_getcpuclockid on macOS 10.12 Sierra

2016-06-29 Thread Rahul AG
Guile version: 2.0.11 Machine type: x86_64-apple-darwin16.0.0 macOS 10.12 introduces the `clock_gettime` family of functions, with slight differences from the *BSD and Linux implementations. The failure in linking is caused by a call at libguile/stime.c @ L841 to `clock_getcpuclockid`, which do