3 Mar
2009
3 Mar
'09
6:50 p.m.
I followed the steps in his wiki but I always get this error message:
g++ -pthread -shared -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/cpp/cuda.o build/temp.linux-x86_64-2.5/src/cpp/bitlog.o build/temp.linux-x86_64-2.5/src/wrapper/wrap_cudadrv.o build/temp.linux-x86_64-2.5/src/wrapper/mempool.o -L/home/supacreative/pool/include/lib -L/usr/local/cuda/lib -lboost_python-gcc41-mt -lcuda -o build/lib.linux-x86_64-2.5/pycuda/_driver.so
Shouldn't that "-L/home/supacreative/pool/include/lib" in fact be "-L/home/supacreative/pool/lib"? Cheers, Mark