I want to install redcarpet
gem in JRuby
I did
jruby -S gem install redcarpet
Fetching: redcarpet-2.3.0.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing redcarpet:
ERROR: Failed to build gem native extension.
NotImplementedError: C extension support is not enabled. Pass -Xcext.enabled=trueto JRuby or set JRUBY_OPTS or modify .jrubyrc to enable.
I also try to set JRUBY_OPTS(using export) but it's not working
Please help me Thanks
....