[Mono-list] mkbunde: no entry point

Robert Jordan robertj at gmx.net
Thu Apr 26 03:52:50 EDT 2007


Julien Sobrier wrote:
> Hello,
> I've tried mkbundle2 with mono 1.2.3.1 on a project composed of a couple
> of assemblies (1 exe + 4 dll). Everything went fine except for this
> error message repeated serveral time:
> temp.c: In function 'install_dll_config_files':
> temp.c:142: warning: pointer targets in passing argument 2 of
> 'mono_register_config_for_assembly' differ in signedness
> 
> When I try to execute the resulting program,I get this error: Assembly
> 'data-0x8049ac0' doesn't have an entry point.
> 
> Here is the complete output:
> [julien at home test]$ sudo mkbundle2 -o test 1.dll 2.dll 3.dll test.exe --deps

You must pass test.exe (the assembly with the entry point)
as the first assembly on the command line.

Robert



More information about the Mono-list mailing list