Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matiasgarciaisaia/e612199d8112872a035d0f411821ec28 to your computer and use it in GitHub Desktop.
Save matiasgarciaisaia/e612199d8112872a035d0f411821ec28 to your computer and use it in GitHub Desktop.
Crystal darwin binaries depend on clock_gettime
$ wget https://github.com/crystal-lang/crystal/releases/download/0.25.1/crystal-0.25.1-1-darwin-x86_64.tar.gz
--2018-06-29 10:41:36-- https://github.com/crystal-lang/crystal/releases/download/0.25.1/crystal-0.25.1-1-darwin-x86_64.tar.gz
Resolving github.com... 192.30.253.113, 192.30.253.112
Connecting to github.com|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/6887813/aca38504-7afd-11e8-87de-4b37674c1349?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180629%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180629T134136Z&X-Amz-Expires=300&X-Amz-Signature=dae047911eb28fb825539a7d027d5ebb455a468a598cfb47aa886215b8407aac&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcrystal-0.25.1-1-darwin-x86_64.tar.gz&response-content-type=application%2Foctet-stream [following]
--2018-06-29 10:41:36-- https://github-production-release-asset-2e65be.s3.amazonaws.com/6887813/aca38504-7afd-11e8-87de-4b37674c1349?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180629%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180629T134136Z&X-Amz-Expires=300&X-Amz-Signature=dae047911eb28fb825539a7d027d5ebb455a468a598cfb47aa886215b8407aac&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcrystal-0.25.1-1-darwin-x86_64.tar.gz&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com... 52.216.104.171
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com|52.216.104.171|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 15233249 (15M) [application/octet-stream]
Saving to: ‘crystal-0.25.1-1-darwin-x86_64.tar.gz’
crystal-0.25.1-1-darwin-x86_64.t 100%[=======================================================>] 14.53M 1.79MB/s in 12s
2018-06-29 10:41:49 (1.24 MB/s) - ‘crystal-0.25.1-1-darwin-x86_64.tar.gz’ saved [15233249/15233249]
$ tar xf crystal-0.25.1-1-darwin-x86_64.tar.gz
$ nm crystal-0.25.1-1/embedded/bin/crystal | grep clock_gettime
U _clock_gettime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment