> I tried using it with cmd.exe (XP here) and it complained it couldn't > find "sh", so I ran it using Cygwin with the following result: > > $ mkbundle Hello.exe --deps > OS is: Windows > Sources: 1 Auto-dependencies: True > embedding: e:\Mono\Hello.exe > embedding: C:\Programme\Mono-1.1.16\lib\mono\1.0\mscorlib.dll > Compiling: > as -o temp.o temp.s > [Fail] > > How do you use it correctly?
See "man mkbundle". You need cygwin and the "gcc", "gcc-mingw" and "as" packages. Robert > > Robert Jordan wrote: > >> Mkbundle will work with the latest Mono version for Windows. >> >> Robert >> > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
