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

前端 未结 1 1769
你的背包
你的背包 2020-12-29 16:58

This page has info about Bundles with mkbundle, but when I tried to use it on Mac, I got this error message.

delegate> mkbundle delegate.exe         


        
相关标签:
1条回答
  • 2020-12-29 17:34

    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.

    0 讨论(0)
提交回复
热议问题