Re: autoconf error on Windows

2012-01-29 Thread Alec Taylor
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

Re: autoconf error on Windows

2012-01-29 Thread Chris Rebert
> 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 (

Re: autoconf error on Windows

2012-01-29 Thread Alec Taylor
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

Re: autoconf error on Windows

2012-01-29 Thread Chris Rebert
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

autoconf error on Windows

2012-01-29 Thread Alec Taylor
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