Re: [Mingw-w64-public] Where's make (specifically, x86_64-w64-mingw32-make.exe)?

2011-03-24 Thread Martin Mitáš
If you need to use Unix-like shell inside of the makefile (e.g. sed, rm -rf etc.), download and install MSYS: https://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/MSYS%20%2832-bit%29/ The MSYS package contains the appropriate make. If using cmd.exe

[Mingw-w64-public] Where's make (specifically, x86_64-w64-mingw32-make.exe)?

2011-03-24 Thread Suresh Govindachar
Hello, Inside mingw-w64-1.0-bin_i686-mingw_20110318.zip, I was expecting to find "x86_64-w64-mingw32-make.exe" but there isn't any such file. What can one use for make? Thanks, --Suresh -- Enable your software for I

Re: [Mingw-w64-public] need help with autotools...

2011-03-24 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/25/2011 07:40, David Cleaver wrote: > > JonY wrote: >> >> 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. >>

Re: [Mingw-w64-public] need help with autotools...

2011-03-24 Thread David Cleaver
JonY wrote: > > 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. > I'm not particularly looking for symlinks. I was just needing access to autoconf and autoreco

[Mingw-w64-public] The various gccs

2011-03-24 Thread Suresh Govindachar
Hello, [Sending this from a new system; hope it appears in plain text.] On a new Windows 7 64 bit laptop with mingw-w64-1.0-bin_i686-mingw_20110318.zip and an old msys copied from my XP 32 bit laptop, the command find /c/opt/msys /c/opt/mingw -name "*gcc*exe" | xargs ls -laF sho

Re: [Mingw-w64-public] need help with autotools...

2011-03-24 Thread JonY
-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 f

[Mingw-w64-public] need help with autotools...

2011-03-24 Thread David Cleaver
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/