On Tue, Nov 15, 2016 at 8:53 AM, Andy Bach <afb...@gmail.com> wrote:
>
> Well, I just nuked and built moar-nom here OSX 10.11.6/Xcode 8
>

This is not a MoarVM problem; it's a bug in the Xcode 8 (and 8.1) Command
Line Tools and documented (poorly) in the Xcode 8 release notes. You must
download the Xcode 7 Command Line Tools for 10.11 (
https://developer.apple.com/download/ need Apple ID, do *not* need a
developer account!) and install them over the Xcode 8 Command Line Tools.

(Short version: the Xcode 8 Command Line Tools, including libraries, are
for 10.12 only. 10.11 does not have clock_gettime, because it was added in
10.12. So all compile time testing finds it via CLT libs, but runtime won't
find it because that lib comes from the OS install instead of Xcode.)

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to