On Freitag 10 April 2009, Willem Ligtenberg wrote: > Hi, > I need some help with installing pycuda on my machine. I have cuda > installed and working. And I have all dependencies installed using the > package manager of ubuntu (9.04). > I have used the following gcc while compiling cuda gcc version 4.1.3 > 20080623 (prerelease). (on a 64 bit machine). > But probably boost is compiled with gcc 4.3 > > I get the following error: > In file included from src/cpp/cuda.cpp:1: > src/cpp/cuda.hpp:12:18: error: cuda.h: No such file or directory > a lot of text here... > error: command 'gcc' failed with exit status 1 > make: *** [install] Error 1
Make sure that nvcc is somewhere on your $PATH. PyCUDA should be able to figure out the rest. Andreas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyCuda mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
