-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 3/24/2011 20:08, David Cleaver wrote:
> Hello everyone,
>
> I have just joined a project where I will need access to autoconf and
> autoreconf. I am running Windows XP x64, I use Msys as my shell, and have
> put
> sezero's latest build at the front of the path so I can build 64-bit
> binaries.
> The start of my path looks like:
> $ echo $PATH
> .:/c/mingw64-20101003/bin:/usr/local/bin:/bin:
>
> I ran into some problems with the following file:
> Source Forge->3rd party development tools->autotools-20100923.tar.xz
>
> I unzipped it, and moved the contents of the bin directory to the folder:
> /c/mingw64-20101003/bin
>
> I then tried the following:
> $ autoconf
> Cannot find autoconf-wrapper (2.68)
> $ autoreconf
> Cannot find autoconf-wrapper (2.68)
>
> ----------------------------------------------------
> I then copied the contents of autoconf-wrapper into autoconf and autoreconf.
> I
> made the following changes in those two files:
>
> In autoconf:
> LOCATION="/c/mingw64-20101003/bin"
> #COMMAND=${0##*/}
> COMMAND="autoconf"
>
> In autoreconf:
> LOCATION="/c/mingw64-20101003/bin"
> #COMMAND=${0##*/}
> COMMAND="autoreconf"
>
> ----------------------------------------------------
> Now when I run the autoconf and autoreconf on the command line I get:
> $ autoconf
> autoconf-2.68: error: no input file
>
> $ autoreconf
> /c/mingw64-20101003/bin/autoreconf: /c/mingw64-20101003/bin/autoreconf-2.68:
> No
> such file or directory
> /c/mingw64-20101003/bin/autoreconf: /c/mingw64-20101003/bin/autoreconf-2.68:
> No
> such file or directory
>
> ----------------------------------------------------
> If I just run autoconf-2.68 or autoreconf-2.68 I get:
> $ autoconf-2.68
> autoconf-2.68: error: no input file
>
> $ autoreconf-2.68
> sh: /c/mingw64-20101003/bin/autoreconf-2.68: No such file or directory
>
> If I try an autoreconf that isn't there I get:
> $ autoreconf-2.41
> sh: autoreconf-2.41: command not found
> The tarball has symlinks in them, so I don't think they'll work with MSYS out of the box. If possible, I suggest using Cygwin instead of MSYS if you want Unix-ish symlinks. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (MingW32) iEYEARECAAYFAk2LOm0ACgkQp56AKe10wHdeAwCfU/qUq6yuWt7LZHm5ehyRzOXK LJIAn3Y8mJ8/F9Aiwq62KLRZBIH2PbKm =zzRm -----END PGP SIGNATURE-----
0xED74C077.asc
Description: application/pgp-keys
------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
