Hi there, I have tried to install pycuda on opensuse 11.1. However, when I did "build", the following error occurred. I don't know why it happened. I need your help. The system configuration is like this. GPU GeForce GTX 285 OS : opensuse 11.1(x86_64) NVIDIA driver 190.18 cuda toolkit 2.3
Thanks in advance, Jong *** Cannot find Boost headers. Checked locations: *** Cannot find Boost Python library. Checked locations: *** Cannot find Boost Thread library. Checked locations: /usr/local/cuda /bin/ nvcc /usr/local/cuda/include / cuda .h /usr/local/cuda/lib / lib cuda .so /usr/local/cuda/lib / lib cuda .dylib /usr/local/cuda/lib / lib cuda .lib /usr/local/cuda/lib / cuda .so /usr/local/cuda/lib / cuda .dylib /usr/local/cuda/lib / cuda .lib /usr/local/cuda/lib / cuda .so /usr/local/cuda/lib / cuda .dylib /usr/local/cuda/lib / cuda .lib /usr/local/cuda/lib / cuda .so /usr/local/cuda/lib / cuda .dylib /usr/local/cuda/lib / cuda .lib *** Cannot find CUDA driver library. Checked locations: /usr/local/cuda/lib/libcuda.so /usr/local/cuda/lib/libcuda. dylib /usr/local/cuda/lib/libcuda.lib /usr/local/cuda/lib/cuda.so /usr/local/cuda/lib/cuda.dylib /usr/local/cuda/lib/cuda.lib /usr/local/cuda/lib/cuda.so /usr/local/cuda/lib/cuda.dylib /usr/local/cuda/lib/cuda.lib /usr/local/cuda/lib/cuda.so /usr/local/cuda/lib/cuda.dylib /usr/local/cuda/lib/cuda.lib *** Note that this may not be a problem as this component is often installed system-wide. running build running build_py creating build creating build/lib.linux-x86_64-2.6 creating build/lib.linux-x86_64-2.6/pycuda copying pycuda/gpuarray.py -> build/lib.linux-x86_64-2.6/pycuda copying pycuda/cumath.py -> build/lib.linux-x86_64-2.6/pycuda copying pycuda/driver.py -> build/lib.linux-x86_64-2.6/pycuda copying pycuda/autoinit.py -> build/lib.linux-x86_64-2.6/pycuda copying pycuda/tools.py -> build/lib.linux-x86_64-2.6/pycuda copying pycuda/compiler.py -> build/lib.linux-x86_64-2.6/pycuda copying pycuda/__init__.py -> build/lib.linux-x86_64-2.6/pycuda copying pycuda/curandom.py -> build/lib.linux-x86_64-2.6/pycuda copying pycuda/elementwise.py -> build/lib.linux-x86_64-2.6/pycuda copying pycuda/reduction.py -> build/lib.linux-x86_64-2.6/pycuda creating build/lib.linux-x86_64-2.6/pycuda/gl copying pycuda/gl/autoinit.py -> build/lib.linux-x86_64-2.6/pycuda/gl copying pycuda/gl/__init__.py -> build/lib.linux-x86_64-2.6/pycuda/gl running build_ext building '_driver' extension creating build/temp.linux-x86_64-2.6 creating build/temp.linux-x86_64-2.6/src creating build/temp.linux-x86_64-2.6/src/cpp creating build/temp.linux-x86_64-2.6/src/wrapper gcc -pthread -fno-strict-aliasing -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -O3 -DNDEBUG -fPIC -Isrc/cpp -I/usr/local/cuda/include -I/usr/lib64/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 -c src/cpp/cuda.cpp -o build/temp.linux-x86_64-2.6/src/cpp/cuda.o gcc -pthread -fno-strict-aliasing -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -O3 -DNDEBUG -fPIC -Isrc/cpp -I/usr/local/cuda/include -I/usr/lib64/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 -c src/cpp/bitlog.cpp -o build/temp.linux-x86_64-2.6/src/cpp/bitlog.o gcc -pthread -fno-strict-aliasing -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -O3 -DNDEBUG -fPIC -Isrc/cpp -I/usr/local/cuda/include -I/usr/lib64/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 -c src/wrapper/wrap_cudadrv.cpp -o build/temp.linux-x86_64-2.6/src/wrapper/wrap_cudadrv.o src/wrapper/wrap_cudadrv.cpp: In function ‘void init_module__driver()’: src/wrapper/wrap_cudadrv.cpp:415: warning: deprecated conversion from string constant to ‘char*’ src/wrapper/wrap_cudadrv.cpp:419: warning: deprecated conversion from string constant to ‘char*’ src/wrapper/wrap_cudadrv.cpp:420: warning: deprecated conversion from string constant to ‘char*’ src/wrapper/wrap_cudadrv.cpp:421: warning: deprecated conversion from string constant to ‘char*’ src/wrapper/wrap_cudadrv.cpp:422: warning: deprecated conversion from string constant to ‘char*’ gcc -pthread -fno-strict-aliasing -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -O3 -DNDEBUG -fPIC -Isrc/cpp -I/usr/local/cuda/include -I/usr/lib64/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 -c src/wrapper/mempool.cpp -o build/temp.linux-x86_64-2.6/src/wrapper/mempool.o g++ -pthread -shared build/temp.linux-x86_64-2.6/src/cpp/cuda.o build/temp.linux-x86_64-2.6/src/cpp/bitlog.o build/temp.linux-x86_64-2.6/src/wrapper/wrap_cudadrv.o build/temp.linux-x86_64-2.6/src/wrapper/mempool.o -L/usr/local/cuda/lib -L/usr/lib64 -lboost_python-gcc43-mt -lboost_thread-gcc43-mt -lcuda -lpython2.6 -o build/lib.linux-x86_64-2.6/pycuda/_driver.so /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lboost_python-gcc43-mt collect2: ld returned 1 exit status error: command 'g++' failed with exit status 1
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
