초보자이며 우분투 11.10에 pycuda2011.2.2를 설치했지만 완료 할 수 없습니다. Cuda는 4.0입니다.우분투에서 pycuda 설치 오류 :/usr/bin/ld : -lcuda를 찾을 수 없습니다.
내가 설치 한 라이브러리 : 내가 할 때,
$ ./configure.py --cuda-root=/usr/local/cuda --cudadrv-lib-dir=/usr/lib --boost-inc-dir=/usr/include --boost-lib-dir=/usr/lib --boost-python-libname=boost_python-mt-py27 --boost-thread-libname=boost_thread-mt
을 :하지만
$ sudo apt-get install build-essential python-dev python-setuptools libboost-python-dev libboost-thread-dev -y
는 다음과 같이 configure.py 호출
[email protected]:~/pycuda-2011.2.2$ make -j 4
내가이 오류 :
/usr/bin/ld: cannot find -lcuda
/usr/bin/ld: skipping incompatible /usr/local/cuda/lib/libcurand.so when searching for -lcurand
왜이 오류가 발생 했습니까?
감사합니다.