Hello there, I've been trying to build PyCUDA on Windows 7 64bit.
I followed http://wiki.tiker.net/PyCuda/Installation/Windows#Windows_Vista_64-bit_with_Visual_Studio_2008, and everything has worked more or less (with a few quirks) up until I do the actual build. When I tell setup.py to build, I get a bunch of warnings (not a big deal) but eventually I get a link error that looks like this: D:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\link.exe /DLL /nologo /INCREMENTAL:NO "/LIBPATH:E:\Program FIles (x86)\boost\boost_1_39\stage\lib" /LIBPATH:E:\devel\cuda\lib64 /LIBPATH :C:\Python26\libs /LIBPATH:C:\Python26\PCbuild\amd64 boost_python-vc90-mt-1_39.lib boost_thread-vc90-mt-1_39.lib cuda.lib /EXPORT:init_driver build\temp.win-amd64-2.6\Release\src/cpp/cuda.obj build\te mp.win-amd64-2.6\Release\src/cpp/bitlog.obj build\temp.win-amd64-2.6\Release\src/wrapper/wrap_cudadrv.obj build\temp.win-amd64-2.6\Release\src/wrapper/mempool.obj /OUT:build\lib.win-amd64-2.6\pycuda\_ driver.pyd /IMPLIB:build\temp.win-amd64-2.6\Release\src/cpp\_driver.lib /MANIFESTFILE:build\temp.win-amd64-2.6\Release\src/cpp\_driver.pyd.manifest /FORCE boost_thread-vc90-mt-1_39.lib(boost_thread-vc90-mt-1_39.dll) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' error: command '"D:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\link.exe"' failed with exit status 1112 I did build these libs with bjam as directed by the tutorial, so I'm not sure what's going on. Could someone point me in the right direction? Thanks, -- Thomas Liu WPI Computer Science 2011 WPI Interactive Media and Game Design 2011 _______________________________________________ PyCUDA mailing list pyc...@host304.hostmonster.com http://host304.hostmonster.com/mailman/listinfo/pycuda_tiker.net