Download and Install i386-mingw32-runtime version 3.9 on Mac OS X
Friday the 25th of July, 2008

    i386-mingw32-runtime  most recent diff


      View the most recent changes for the i386-mingw32-runtime port at: i386-mingw32-runtime.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for i386-mingw32-runtime.
      The raw portfile for i386-mingw32-runtime 3.9 is located here:
      http://i386-mingw32-runtime.darwinports.com/dports/cross/i386-mingw32-runtime/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/i386-mingw32-runtime
      Google
      Web Darwinports.com



      # $Id: Portfile 23053 2007-03-23 20:35:47Z pipping macports.org $
      PortSystem 1.0

      Name: i386-mingw32-runtime
      Version: 3.9
      Maintainers: landonf macports.org
      Description: Free Microsoft C runtime, headers and import libraries.
      Long Description: Free Microsoft C runtime, headers and import libraries to support cross-compilation of software written for the Microsoft Windows. Maintained by the MinGW developers.
      Homepage: http://www.mingw.org
      Category: cross devel

      # Parameters for this port.
      set crossgcc-target i386-mingw32

      Platform: darwin
      master_sites sourceforge:mingw
      distname mingw-runtime-${version}
      checksums md5 0cb66b1071da224ea2174f960c593e2e

      extract.dir ${worksrcpath}

      pre-extract {
      file mkdir ${worksrcpath}
      }

      # Nothing to configure
      use_configure no

      # Nothing to build
      build {}

      destroot {
      file mkdir ${destpath}/${prefix}/${crossgcc-target}
      foreach dir {include lib bin doc} {
      file copy -force ${worksrcpath}/$dir ${destpath}/${prefix}/${crossgcc-target}
      }
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/i386-mingw32-runtime
      % sudo port install i386-mingw32-runtime
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching i386-mingw32-runtime
      ---> Verifying checksum for i386-mingw32-runtime
      ---> Extracting i386-mingw32-runtime
      ---> Configuring i386-mingw32-runtime
      ---> Building i386-mingw32-runtime with target all
      ---> Staging i386-mingw32-runtime into destroot
      ---> Installing i386-mingw32-runtime
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using i386-mingw32-runtime with these commands:
      %  man i386-mingw32-runtime
      % apropos i386-mingw32-runtime
      % which i386-mingw32-runtime
      % locate i386-mingw32-runtime

     Where to find more information:

    Darwin Ports



    image test