For now it looks like this:
/usr/bin/ir # etc., wrapper scripts to call mono
/usr/lib/ironruby/ir.exe # etc.
/usr/lib/ironruby/IronRuby.dll # etc.
/usr/lib/ironruby/Lib/ironruby # etc. contents pulled from Languages/Ruby/StdLib

When I strace'd running ir and typing require 'foo' it said it was
looking in various directories that make sense if you're running from
the source build.

On Thu, Feb 10, 2011 at 4:01 PM, Tomas Matousek
<tomas.matou...@microsoft.com> wrote:
> What is your installation dir/file layout?
>
> -----Original Message-----
> From: users-boun...@lists.ironpython.com 
> [mailto:users-boun...@lists.ironpython.com] On Behalf Of Andrew Jorgensen
> Sent: Thursday, February 10, 2011 2:52 PM
> To: Discussion of IronPython
> Cc: ironruby-c...@rubyforge.org
> Subject: Re: [IronPython] Contents of Lib (packaging for RPM)
>
> Okay, we're making some great progress here now. Last issue I see immediately 
> is that ir.exe crashes hard when trying to require a library, also it looks 
> for it in all the wrong places on mono. Ideally
> (IMHO) it would first look under a Lib directory under the directory ir.exe 
> lives in.
> _______________________________________________
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
> _______________________________________________
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to