An issue when running mono 2.10.2 mkbundle on Mac OS X snow leopard

不羁岁月 提交于 2019-11-30 05:49:15

I had to take the following steps.

  1. export AS="as -arch i386"
  2. export CC="cc -arch i386"
  3. Run without --static option. Just run mkbuild BINARY. With the option --deps, it seems to embed more dlls. You can use -z option to zip the embedded libraries.

You may get more hints from this, and this. Mono's mkbundle is explained in this.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!