On Wed, 9 May 2012 20:39:39 -0700 (PDT), maxrider11 <[email protected]> wrote:
> Hi, 
> Sorry, I am late on followup. I am beginner and wandered too much, and
> fiddled a lot. I tried your advice, still same problem. This is what i did:
> *cuda installed *in /usr/local/cuda, it's version is 4.0.
> 
> *calling configure.py *like this: 
> $ ./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 
> 
>  I see these files in /usr/lib: libboost_python-py27.so and
> libboost_python-mt-py.so. so which to use ?

Not sure what -py.so is. Use -py27.

> and shall i add ".so" extension with their name when i call  ./configure.py
> ?

No.

> 
> $ echo CUDA_ROOT   prints usr/local/cuda/, then also it says "/usr/bin/ld:
> -lcuda not found". I don't see 'ld' directory in /usr/bin.
> 
> I appreciate your help !

'ld' is the linker.

Can you please post the output of the failing command?

Andreas

Attachment: pgpjby0XPCY4y.pgp
Description: PGP signature

_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to