On Fri, Apr 24, 2009 at 2:46 PM, Michael Hutchinson <[email protected]> wrote: > On Fri, Apr 24, 2009 at 10:44 AM, Chris Howie <[email protected]> wrote: >> On Thu, Apr 23, 2009 at 5:20 PM, dnadavewa <[email protected]> wrote: >>> What I found was the mono executable was indeed 64 bit, but gmcs.exe and >>> mcs.exe were 32 bit. > > How did you determine that they're 32-bit? I'm pretty sure this is not > the case, since they're just IL code that gets JIT'd and run on the > Mono runtime.
I am guessing he used "file" to determine this. And executable assemblies are certainly not just IL, they also have bootstrap code to load the runtime. That is (presumably) 32-bit x86. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
