Thanks, adding MSYS's bin to PATH solved that issue.
Now I'm getting linker errors on:
C:\libraries\MinGW\bin\gcc.exe -mno-cygwin -shared -s
build\temp.win-amd64-2.7\Release\src\winrand.o
build\temp.win-amd64-2.7\Release\src\winrandom.def -LC:\Python27\libs
-LC:\Python27\PCbuild\amd64 -lws2_32 -l
> On Sun, Jan 29, 2012 at 8:07 PM, Chris Rebert wrote:
>> On Sun, Jan 29, 2012 at 12:52 AM, Alec Taylor wrote:
>>> PyCrypto's install is giving an autoconf error on Windows, whether I
>>> install from the git repo or normally.
>>>
>>> Traceback (
Thanks, but I already have MinGW installed and in PATH.
C:\>where g++
C:\libraries\MinGW\bin\g++.exe
C:\libraries\perl\c\bin\g++.exe
On Sun, Jan 29, 2012 at 8:07 PM, Chris Rebert wrote:
> On Sun, Jan 29, 2012 at 12:52 AM, Alec Taylor wrote:
>> PyCrypto's install is giving an
On Sun, Jan 29, 2012 at 12:52 AM, Alec Taylor wrote:
> PyCrypto's install is giving an autoconf error on Windows, whether I
> install from the git repo or normally.
>
> Traceback (most recent call last):
> File "C:\Python27\lib\distutils\dist.py", line 972, i
PyCrypto's install is giving an autoconf error on Windows, whether I
install from the git repo or normally.
Traceback (most recent call last):
File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
cmd_obj.run()
File "C:\Projects\satchmo_test\satch