Questions tagged [mkbundle]

mkbundle: tool to create bundles which is part of Mono open source ECMA CLI, C# and .NET implementation

mkbundle is a tool to create bundles

Based on the `make-bundle' Perl script written by Paolo Molaro (lupus@debian.org)

mkbundle.cs is part of mono project

Mono open source ECMA CLI, C# and .NET implementation.

Github: https://github.com/mono/mono/blob/master/mcs/tools/mkbundle/mkbundle.cs

mono project: http://www.mono-project.com/

81 questions
0
votes
1 answer

mono-service for mkbundle'd apps

I have a Windows service that I want to run with Mono on Linux. I can run it as a service using mono-service, and this works fine. I also want to mkbundle the application to ease deployment for end-users, so they don't need to mess around installing…
Cocowalla
  • 13,822
  • 6
  • 66
  • 112
0
votes
1 answer

Building with Mono mkbundle on x86 won't run on x64

I have a .NET application that runs on Linux, using Mono. I want to avoid users having to install Mono, so am using mkbundle. I am running mkbundle on an x86 machine, with the expectation of the resulting binary being able to run on x64…
Cocowalla
  • 13,822
  • 6
  • 66
  • 112
0
votes
1 answer

mono mkbundle : what are mono_mkbundle_init() and JIT inizialization?

I tried to bundle my app with mkbundle command due to this help: http://www.mono-project.com/Guide:Running_Mono_Applications#Bundles but I don't understand this part of this doc: With -c, the further option --nomain will generate the host.c file…
Farzad M.
  • 159
  • 3
  • 14
0
votes
1 answer

mono mkbundle windows

I've used mono mkbundle on cygwin, to compile a dot net app, and it works fine. I used the instructions from here c# cywgwin mono mkbundle windows 7 - cannot compile file The finished app will not run unless the following files (copied from the…
Smithy
  • 1
  • 1
0
votes
1 answer

mono mkbundle and cyrillic paths

I'm bundling Mono with my WinForms application on Windows using mkbundle utility. I've followed procedure described here: Can not compile simple C# application with mkbundle. Application builds and runs just fine, but only if path to executable does…
-1
votes
1 answer

Mkbundle doesn't work for simple program

What am I missing here...? I'm running some sanity tests after installing mono on an Ubuntu server (14.04.3 LTS), and hitting some problems when trying to mkbundle a simple test app that I got from the mono site. The test app looks like this: using…
code4life
  • 15,655
  • 7
  • 50
  • 82
1 2 3 4 5
6