Closed chills42 closed 8 years ago
Hi @chills42!
It turned out that one additional step was missing in the Readme. For now the crate cannot be used as static library, but MRI is built without any dynamic libraries by default (rbenv/ruby-build#35)
Please run
CONFIGURE_OPTS=--enable-shared rbenv install 2.3.0
to build ruby along with dylib
s and rebuild the crate.
I've updated Readme. Thanks for creating the issue!
Thanks! Built fine this time!
I thought I'd try this out, but immediately ran into a linking error: