Re: [Mono-dev] DllImport(__Internal) and libMonoPosixHelper static build

2014-01-10 Thread mobin.seven
Robert Jordan wrote Your custom loader is supposed to support dlopen(NULL) and your linker must be able to export public symbols. See ld's --export-dynamic option. Thanks Robert In my case loader is not custom and supports dlopen(NULL) and I'm using mkbundle. -- View this message in

Re: [Mono-dev] DllImport(__Internal) and libMonoPosixHelper static build

2014-01-03 Thread mobin.seven
Same here! Did you solve it? ralphbariz wrote Hi, I'm trying to compile a static one binary mono(Because the target system has an incompatible loader). First I got mono to build statically, but without libMonoPosixHelper in the archive. After a few tries, I got also this, changed all

Re: [Mono-dev] Static Bundling

2014-01-03 Thread mobin.seven
Hi all after 6 years from conversation ,I have the same problem here! I'm working on cross mkbundle for armhf. I got everything done for a console app but for winforms apps I have the 'libgdiplus' problem. I have the 'libgdiplus.a' library which is armhf native. How can I statically link this

Re: [Mono-dev] Mono requires /proc to be mounted

2013-12-13 Thread mobin.seven
Why do you leave the conversation for years? If you have solved the problem come here and write a few letters which can help others (takes less than 5min)! I have the same question. Please If you know what should I do help me! -- View this message in context:

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-11-26 Thread mobin.seven
I found it : The header file : C:\cygwin\usr\i686-pc-mingw32\sys-root\mingw\include\ddk\ntapi.h and this part : ... /* FIXME: Unknown definitions */ typedef PVOID POBJECT_TYPE_LIST; typedef PVOID PEXECUTION_STATE; typedef PVOID PLANGID; ... Then I changed PEXECUTION_STATE to PEXECUTION_STATE2.

Re: [Mono-dev] mono from git will not build on cygwin 32

2013-11-19 Thread mobin.seven
I have done ALL above BUT still getting this: socket-io.c:2353:2: warning: pointer targets in passing argument 7 of 'WSAIoctl' differ in signedness [-Wpointer-sign] In file included from ../../mono/io-layer/io-layer.h:24:0, from ./process.h:17, from

Re: [Mono-dev] mono mkbundle made file is Not working

2013-11-08 Thread mobin.seven
it's a GUI which is written in C#. It works on Ubuntu with mono runtime correctly.when I bundle it using mkbundle ,it works fine on that system obviously. But when trying to run it on a lubuntu which I don't want to install mono packages on ,It doesn't work. First I got 'DllNotFoundException:

[Mono-dev] mono mkbundle made file is Not working

2013-11-05 Thread mobin.seven
I tried to bundle my app with mkbundle command due to this help: http://www.mono-project.com/Guide:Running_Mono_Applications#Bundles 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