Download and Install i386-mingw32-w32api version 3.6 on Mac OS X
Thursday the 7th of August, 2008

    i386-mingw32-w32api  most recent diff


      View the most recent changes for the i386-mingw32-w32api port at: i386-mingw32-w32api.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for i386-mingw32-w32api.
      The raw portfile for i386-mingw32-w32api 3.6 is located here:
      http://i386-mingw32-w32api.darwinports.com/dports/cross/i386-mingw32-w32api/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-w32api
      Google
      Web Darwinports.com



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

      Name: i386-mingw32-w32api
      Version: 3.6
      Maintainers: landonf macports.org
      Description: Mingw32 Win32 headers and import libraries
      Long Description: Mingw32 Win32 headers and import libraries to support cross-compilation of software written for the Win32 Application Programming Interface as created by Microsoft.
      Homepage: http://www.mingw.org
      Category: cross devel

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

      Platform: darwin
      master_sites sourceforge:mingw
      distname w32api-${version}
      checksums md5 2f86ec42cafd774ec82162fbc6e6808d

      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}
      file copy -force ${worksrcpath}/include ${destpath}/${prefix}/${crossgcc-target}
      file copy -force ${worksrcpath}/lib ${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-w32api
      % sudo port install i386-mingw32-w32api
      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-w32api
      ---> Verifying checksum for i386-mingw32-w32api
      ---> Extracting i386-mingw32-w32api
      ---> Configuring i386-mingw32-w32api
      ---> Building i386-mingw32-w32api with target all
      ---> Staging i386-mingw32-w32api into destroot
      ---> Installing i386-mingw32-w32api
    - 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-w32api with these commands:
      %  man i386-mingw32-w32api
      % apropos i386-mingw32-w32api
      % which i386-mingw32-w32api
      % locate i386-mingw32-w32api

     Where to find more information:

    Darwin Ports



    image test