Additions from linux ruby:

x86_64-linux (really *-<platform> I would imagine)

[OT] Debian-based linux turns out to be a good place to pull ruby libs from, since it installs every piece of ruby as a separate packages ( e.g. I have no openssl or tk libs in my current ruby install).

I'm going to commit a culled lib to CVS shortly, and then patch a few minor things we need to patch. I will also commit my rails patch and any lib patches to a separate dir, so they can be reproduced.

Won't it be nice to just check out JRuby and have it work without copying libs around? :)

On 6/7/06, Charles O Nutter < [EMAIL PROTECTED]> wrote:
I'm going through the 1.8 dir and figuring out which files/dirs we won't want to ship. There's a number of libraries that require native code, and we'll obviously want to remove those.

A short list of removals, so far:

dl/ (dynamic library support)
i386-mswin32/ (or linux/mac equiv)
openssl/ and openssl.rb (requires OpenSSL .so)
tk/ and tkextlib/ and tk*.rb (requires Tk)
win32/
win32ole/ (though we could implement this at some point)
yaml/ and yaml.rb

I'm sure this isn't a complete list, so please provide any updates. With these removed the 1.8 dir totals about 3MB, and compresses down to about 960Kb.

--
Charles Oliver Nutter @ headius.blogspot.com
JRuby Developer @ jruby.sourceforge.net
Application Architect @ www.ventera.com



--
Charles Oliver Nutter @ headius.blogspot.com
JRuby Developer @ jruby.sourceforge.net
Application Architect @ www.ventera.com
_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to