Closed sam0x17 closed 5 years ago
What command line are you using to compile?
I was building the crystal bindings in an alpine docker image. I was able to resolve my issue by remembering to run shards build
rather than crystal build
, however I also experienced a separate issue with shards build
hanging on Alpine that I will be filing to the crystal community.
Thanks!
Good that this worked out! :+1:
Love this library. I am desperately trying to compile statically on alpine, however I keep running into:
I've searched all over the Alpine package repositories and I can't find anything that has libcrt0.o. There are plenty of crt0.o files, but they are all for weird architectures. I've tried a whole bunch of development packages, but I always get the same error. Please help!!