[IronPython] Contents of Lib (packaging for RPM)

Andrew Jorgensen andrew at jorgensenfamily.us
Fri Feb 11 17:04:45 CET 2011


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.Matousek at microsoft.com> wrote:
> What is your installation dir/file layout?
>
> -----Original Message-----
> From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Andrew Jorgensen
> Sent: Thursday, February 10, 2011 2:52 PM
> To: Discussion of IronPython
> Cc: ironruby-core at 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 at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>



More information about the Ironpython-users mailing list