[Mono-dev] Question about macpack

Miguel de Icaza miguel at ximian.com
Thu Nov 16 20:31:39 EST 2006


Hello,


> 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");} }

That is just trying to set the permissions for the files to be
executable, am not sure how a file with those permissions would be
transfered to MacOS.

We could ignore the errror, but the app would not run.



More information about the Mono-devel-list mailing list