IronRuby GitHub Repo and Mono on Linux

I successfully have the GitHub repo building on Mono 2.3 on Linux. Yes,
you’ll have to use the Mono SVN head version. Also
Microsoft.Dynamic.dll
does not compile, neither does the Test assemblies, however everything
needed to run ir.exe does. The main issue right now seems to be that
System.Dynamic.Utils namespace in Microsoft.Scripting.Core has all
classes
marked as internal. This seems to cause issues with gmcs but not csc…
any
ideas? (I already tried adding assembly: InternalsVisibleTo on
Microsoft.Scripting.Core to no avail…)

My branch is here: http://github.com/TheProkrammer/ironruby/tree/linux