"/usr/bin/ld: cannot find -lboost_python-mt" error when installing pycuda 2011.2.2
Posted
by
maxrider11
on Ask Ubuntu
See other posts from Ask Ubuntu
or by maxrider11
Published on 2012-04-19T21:06:26Z
Indexed on
2012/05/30
17:00 UTC
Read the original article
Hit count: 367
installation
|error
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,
© Ask Ubuntu or respective owner