pycuda 2011.2.2, ubuntu 11.10, gcc 4.4. python 2.7. I am tired because every
next step in it bring some error, and I am trying it for 2-3 days.

 i am getting this error on running "..pycuda-2011.2.2$ make -j 4"
/usr/bin/ld: cannot find -lboost_python-mt

/usr/bin/ld: cannot find -lcuda

/usr/bin/ld: skipping incompatible /usr/local/cuda/lib/libcurand.so when
searching for -lcurand

 I tried this but its not helping:
$ sudo ln -s /usr/lib/libboost_python-mt-py26 /usr/lib/libboost_python-mt 

 Additional information: 
I don't see ld directory in /usr/bin. This file "libboost_python-mt-py26" is
present in usr/lib. Also, I installed pycuda even after the error above,
then I got error in ">>> import pycuda.driver as cuda" : 
 from pycuda._driver import *
ImportError: No module named _driver

Can we fix it without solving the first error problem ? 
Any help is appreciated, thanks

--
View this message in context: 
http://pycuda.2962900.n2.nabble.com/installing-pycuda-2011-2-2-error-cannot-find-lboost-python-mt-tp7481143p7481143.html
Sent from the PyCuda mailing list archive at Nabble.com.

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to