HOW TO INSTALL CROSS COMPILATION IN FEDORA

Richard W.M. Jones rjones at redhat.com
Thu Dec 18 10:48:51 UTC 2008


On Tue, Dec 16, 2008 at 11:20:44PM -0500, pratyus priyadarsi wrote:
> I am doing gtk project in fedora.i want this executables to run at windows
> platform also.
> Thats why i am using cross compilation tools.
> 
> Can u pls describe how to install minGW and other related dependencies in
> fedora.

As a temporary measure you may use my repository here:

  http://www.annexia.org/tmp/mingw/fedora-10/

and just 'yum install' whatever you need (eg. mingw32-gtk2).

To cross-compile, just do:

  mingw32-configure
  make

Rich.

-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v



More information about the mingw mailing list