[X] The "/Development/OpenDCL.Runtime.6.0.0.12.msi" file could not be found or is not available. Please select another file.

Share

More
MinGW - Minimalist GNU for Windows Icon

MinGW - Minimalist GNU for Windows

by earnie, infidel, keithmarshall


MinGW: A native Windows port of the GNU Compiler Collection (GCC), with freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality.

mingw autoconf (wrapper)
========================================================================
Wrapper scripts for autoconf commands. These scripts are packaged to
work alongside the "autoconf2.1" and "autoconf2.5" automatic configure
script builder packages.  Originally developed by the Gentoo
distirbution, these wrapper scripts autodetect which version of autoconf
(2.1x or 2.[56]x) should be used.  When invoked, each wrapper script
passes all arguments to the selected implementation and invokes it. To
override the autodetection mechanism, set the shell variable
  WANT_AUTOCONF=2.1
  WANT_AUTOCONF=2.5

Proper operation of this autoconf wrapper distribution requires a
working MSYS installation, as well as certain other elements available
from the MinGW team (http://www.mingw.org/) as listed below.  However,
this autoconf distribution was configured as part of the "mingw32"
subsystem, and should be installed into the /mingw directory (which is
usually, but not always, C:\MinGW).  Thus, autoconf is a hybrid: it is
configured for the "mingw32" subsystem, but unlike most mingw32 elements,
requires MSYS.  This rather odd situation is necessary for a number of
reasons (see the References section below).

<<<< FIXME: fill this in after rebuild cycle >>>>
Runtime requirements
  MSYS Environment
    msysCORE-1.0.11-bin.tar.gz (e.g. stock MSYS 1.0.11 installation)
    cvs-1.11.22-MSYS-1.0.11-1-bin.tar.gz
    perl-5.6.1-MSYS-1.0.11-1.tar.bz2
    crypt-1.1-1-MSYS-1.0.11-1.tar.bz2
    coreutils-5.97-MSYS-1.0.11-snapshot.tar.bz2

Build requirements (these, or newer)
  Same as above
<<<< END FIXME >>>>

Canonical homepage:
  http://www.gnu.org/software/autoconf/

Canonical download:
  ftp://ftp.gnu.org/pub/gnu/autoconf/

License:
  GPL

Language:
  perl, m4

===========================================================

Build instructions:
  unpack autoconf-7-1-mingw32-src.tar.gz
  cd autoconf-7/mingwPORT
  ./mingwPORT.sh [--no-cleanup] [--check]

This will create:
  autoconf-7-1-mingw32-src.tar.gz
  autoconf-7-1-mingw32-bin.tar.gz
  autoconf-7-1-mingw32-lic.tar.gz

===========================================================

Test suite results
No tests.

===========================================================
References:

For a discussion of the packaging standards used by the MinGW
project for pre-built components -- especially as related to
the autotools such as autoconf, automake, and libtool, see:

  here:     http://www.mingw.org/PackageIdentificationHOWTO
  here:     http://article.gmane.org/gmane.comp.gnu.mingw.devel/3330
  and here: http://article.gmane.org/gmane.comp.gnu.mingw.devel/3305

If you're REALLY curious, the following threads are quite
informative, if extremely long, and detail the discussion and
reasoning behind the current packaging schema. Presented in
reverse chronological order:
  
  "New Packages"
  2009-06-21 22:38:19 GMT
  http://thread.gmane.org/gmane.comp.gnu.mingw.devel/3297

  "GCC 4.4.0: Naming conventions"
  2009-04-18 06:35:28 GMT
  http://thread.gmane.org/gmane.comp.gnu.mingw.devel/3225

  "Standards for Building MinGW Release Packages"
  2008-03-27 12:36:25 GMT
  http://thread.gmane.org/gmane.comp.gnu.mingw.devel/2739

===========================================================

Port Notes:

----------  autoconf-7-1 -- 2009 Oct 28 -----------
* Update to revision 7, supports autoconf-2.64

----------  autoconf-6-1 -- 2009 Jul 23 -----------
* First release of autoconf (wrapper) under the new packaging standard.