-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross Compiling Mono for Windows is Out of Date #131
Comments
I think updating the page with some up-to-date commands for recent distros would be best. I'll review any changes you do related to this and get them merged. |
Okay. As far as I can discern, there is no longer a way to do this. Even the script mentioned has been removed from the repository. With that in mind, does this page even need to exist any longer? |
Looks like the build-mingw32.sh file was removed by @alexrp in mono/mono@44f87d7. Maybe he can shed some light whether cross compiling for Windows should still work? |
Its still possible to cross compile using mxe, like this: |
I filed to try to get it back... |
I was still using it to build my custom 4.0.5.1, so it was still working as for 4.0. |
FWIW, the old script still seems to be working for I am using mingw 6.2.0 as shipped by fedora. $ i686-w64-mingw32-gcc --version |
I don't like mxe - the distro already ships the mingw cross compiler, seems to be a waste of time to build one. |
Finished cross-compiling the C part of 4.4.2.11. The resulting binary seems to work fine under wine. |
It is not too difficult to revive the script - you just do
if you are sitting on top of a local mono git clone. |
The "Cross Compiling Mono for Windows" page is horribly out of date.
I would like to update it. Either with a new valid way of accomplishing that goal. Or with a notice that warns readers about it no longer being viable.
Does anyone have any thoughts or input on this?
Page
File
The text was updated successfully, but these errors were encountered: