Subhasish Ghosh schreef op ma 03-10-2011 om 17:41 [+0530]: > Hi, > > > I am trying to generate windows 64 bit executable from Linux. > I am using mingw64 for the purpose. > > > > But, I first need to compile the mingw64 sources on Linux RHEL6.0. > I cannot use the binaries as I am planning to integrate ming64 into > our toolchain. > > > > Is there a good tutorial available for compiling Mingw64 on Linux.
Hi, Compiling stuff using mingw-w64 on RHEL6 is very easy these days. We (the Fedora MinGW SIG) are currently working hard to get mingw-w64 in Fedora. As part of this effort, one of our members rebuilt all the packages we now have so it can be used in RHEL6. The yum repository containing all the mingw32 and mingw64 packages for RHEL6 can be found at http://www.lfarkas.org/linux/packages/centos/6/mingw-w64/x86_64/ Once you managed to get the yum repository added, you can use the RHEL package manager to search for mingw32 or mingw64 packages and install everything which you want to use. After that you'll have access to mingw-w64 tools like i686-w64-mingw32-gcc and x86_64-w64-mingw32-gcc which can be used to compile binaries for the win32 and win64 platforms. If you want to know more about this subject, I would recommend you to take a look at the following links: http://fedoraproject.org/wiki/MinGW http://lists.fedoraproject.org/pipermail/mingw/2011-January/003285.html http://lists.fedoraproject.org/pipermail/mingw/2011-June/003842.html http://lists.fedoraproject.org/pipermail/mingw/ These are mostly about Fedora, but most of the information also applies to RHEL6. I would also recommend you to subscribe to the fedora mingw mailing list. Any questions you may have about using mingw-w64 on RHEL6 can be asked on that list: https://admin.fedoraproject.org/mailman/listinfo/mingw Kind regards, Erik van Pienbroek ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
