ruby / snap.ruby

Ruby snap
30 stars 5 forks source link

Configure Ruby with option --enable-shared #8

Closed arohr closed 5 years ago

arohr commented 5 years ago

When compiling ruby it should be configured with the option --enable-shared here. Some gems with C-extensions need the shared library.

http://www.linuxfromscratch.org/blfs/view/cvs/general/ruby.html

hsbt commented 5 years ago

I added it at https://github.com/ruby/snap.ruby/commit/b105e421c0c0df9d23152165f4bab2d961cbe7c9 . The latest versions are provided with its option.