Hi,

I´m trying to install PyCUDA in windows vista x32 using mingw that
comes with python(x,y), and i´m getting the following error when I try
to build pycuda:

C:\pycuda>setup.py build -c mingw32
Scanning installed packages
Setuptools installation detected at c:\pycuda
Non-egg installation
Removing elements out of the way...
Already patched.
c:\pycuda\setuptools-0.6c9-py2.6.egg-info already patched.
Extracting in c:\users\markinho\appdata\local\temp\tmprjgokk
Now working in c:\users\markinho\appdata\local\temp\tmprjgokk\distribute-0.6.4
Building a Distribute egg in C:\pycuda
warning: no files found matching 'Makefile' under directory 'docs'
C:\pycuda\setuptools-0.6c9-py2.6.egg-info already exists
c:\boost_1_41 /boost/  python .hpp
c:\boost_1_41\stage\lib / lib boost_python-mgw44-mt-1_41 .so
c:\boost_1_41\stage\lib / lib boost_python-mgw44-mt-1_41 .dylib
c:\boost_1_41\stage\lib / lib boost_python-mgw44-mt-1_41 .lib
c:\boost_1_41\stage\lib / lib boost_thread-mgw44-mt-1_41 .so
c:\boost_1_41\stage\lib / lib boost_thread-mgw44-mt-1_41 .dylib
c:\boost_1_41\stage\lib / lib boost_thread-mgw44-mt-1_41 .lib
c:\cuda /bin/  nvcc
c:\cuda /bin/  nvcc .exe
c:\cuda\include /  cuda .h
c:\cuda\lib / lib cuda .so
c:\cuda\lib / lib cuda .dylib
c:\cuda\lib / lib cuda .lib
c:\cuda\lib /  cuda .so
c:\cuda\lib /  cuda .dylib
c:\cuda\lib /  cuda .lib
C:\Python26\lib\distutils\dist.py:266: UserWarning: Unknown
distribution option: 'install_requires'
  warnings.warn(msg)
running build
running build_py
running build_ext
building '_driver' extension
writing build\temp.win32-2.6\Release\src\cpp\_driver.def
C:\Program Files\pythonxy\mingw\bin\g++.exe -mno-cygwin -mdll -static
--entry _dllm...@12 --output-lib
build\temp.win32-2.6\Release\src\cpp\lib_driver.a --def
build\temp.win32-2.6\Release\src\cpp\_driver.def -s
build\temp.win32-2.6\Release\src\cpp\cuda.o
build\temp.win32-2.6\Release\src\cpp\bitlog.o
build\temp.win32-2.6\Release\src\wrapper\wrap_cudadrv.o
build\temp.win32-2.6\Release\src\wrapper\mempool.o
-Lc:\boost_1_41\stage\lib -Lc:\cuda\lib -LC:\Python26\libs
-LC:\Python26\PCbuild -lboost_python-mgw44-mt-1_41
-lboost_thread-mgw44-mt-1_41 -lcuda -lpython26 -lmsvcr90 -o
build\lib.win32-2.6\pycuda\_driver.pyd
g++: build\temp.win32-2.6\Release\src\cpp\lib_driver.a: No such file
or directory
error: command 'g++' failed with exit status 1

Does any one have an ideia what´s going on?

I try to search for this file "lib_driver.a", and it´s not exist in my system.
I try to search at the web, and Google returned 0 pages with "pycuda
lib_driver.a".
I already have installed pycuda on my ubuntu x32 and x64, but I´d like
to run pycuda on windows, because most of our students do not use
linux.

Thanks,

Marco André Argenta, M.Sc.
University Federal of Paraná - Bioengineering Group
Post Graduation Program in Numerical Methods
Curitiba - Paraná - Brazil
+55 41 3361-3444

_______________________________________________
PyCUDA mailing list
pyc...@host304.hostmonster.com
http://host304.hostmonster.com/mailman/listinfo/pycuda_tiker.net

Reply via email to