[Mono-dev] Question about macpack

Lucifer luciferjeng at x-legend.com.tw
Thu Nov 16 19:51:34 EST 2006


I want to pack my Mono/C# application into a MacOSX '.app' bundle.
Can macpack.exe be executed on Windows?
Does it requires some additional libraries/utilities to run on Windows?
Or maybe it required to be executed on MacOSX?

I occured the following exception on Windows:
Unhandled Exception: System.DllNotFoundException: libc.so.6
  at (wrapper managed-to-native) Mac.Pack:chmod (string,uint)
  at Mac.Pack.Generate () [0x00000]
  at Mac.Pack.Main (System.String[] args) [0x00000]

Simple test code for macpack:
class X { static void Main () { System.Console.Write("OK");} }




More information about the Mono-devel-list mailing list