"/usr/bin/ld: cannot find -lboost_python-mt" error when installing pycuda 2011.2.2
- by maxrider11
I am installing pycuda2011.2.2 on ubuntu 11.10, but can't complete it.
When i do pycuda-2011.2.2 $ make -j 4
I get this error:
/usr/bin/ld: cannot find -lboost_python-mt ,
/usr/bin/ld: cannot find -lcuda
I got 1 exact problem match in google search and solution as well :
$ sudo ln -s /usr/lib/libboost_python-mt-py26 /usr/lib/libboost_python-mt
But booooom, My problem doesn't vanish.
It makes me wonder that why there are no relavant results in google search, as if only I have this problem.
What is wrong ? Any help is appreciated.
Thanks,