That really helped out!

However, now I'm stuck on a new set of problems:

da-vi...@da-vinci-desktop:~/pycuda-0.91.1$ su -c "make install"
Password:
ctags -R src || true
/bin/sh: ctags: not found
/usr/bin/python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to pycuda.egg-info/requires.txt
writing pycuda.egg-info/PKG-INFO
writing top-level names to pycuda.egg-info/top_level.txt
writing dependency_links to pycuda.egg-info/dependency_links.txt
reading manifest file 'pycuda.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pycuda.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-i686/egg
running install_lib
running build_py
running build_ext
building '_driver' extension
g++ -pthread -shared -Wl,-Bsymbolic-functions
build/temp.linux-i686-2.5/src/cpp/cuda.o
build/temp.linux-i686-2.5/src/wrapper/wrap_cudadrv.o
build/temp.linux-i686-2.5/src/wrapper/tools.o -LHome/pool/lib
-L/usr/local/cuda/lib -libboost_python-gcc42-mt -lcuda -o
build/lib.linux-i686-2.5/pycuda/_driver.so
/usr/bin/ld: cannot find -libboost_python-gcc42-mt
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
make: *** [install] Error 1

Now, I tried export LD_LIBRARY_PATH=$HOME/pool/lib:${LD_LIBRARY_PATH} again,
but it still didn't work.  Here is my siteconf.py

BOOST_INC_DIR = ['/Home/da-vinci/pool/include/boost-1_37']
BOOST_LIB_DIR = ['Home/pool/lib']
BOOST_PYTHON_LIBNAME = ['libboost_python-gcc42-mt']
CUDA_ROOT = '/usr/local/cuda'
CUDADRV_LIB_DIR = []
CUDADRV_LIBNAME = ['cuda']
CXXFLAGS = []
LDFLAGS = []


for Boost_python_libname, I tried either boost_python-gcc-42-mt or
libboost_python-gcc42-mt.

Please help.

Thanks

Jan

On Sun, Feb 8, 2009 at 12:22 AM, Andreas Klöckner
<[email protected]>wrote:

> *Please* go via the mailing list next time.
>
> Anyway, try this:
>
> On Samstag 07 Februar 2009, you wrote:
> > BOOST_INC_DIR = ['/home/da-vinci/pool/include/boost-1_37']
> > BOOST_LIB_DIR = ['/home/pool/lib']
> > BOOST_PYTHON_LIBNAME = ['boost_python-gcc42-mt']
> > CUDA_ROOT = '/usr/local/cuda'
> > CUDADRV_LIB_DIR = []
> > CUDADRV_LIBNAME = ['cuda']
> > CXXFLAGS = []
> > LDFLAGS = []
>
> Andreas
>
> --
> Andreas Kloeckner
> Applied Mathematics, Brown University
> http://www.dam.brown.edu/people/kloeckner
> +1-401-648-0599<http://www.dam.brown.edu/people/kloeckner%0A+1-401-648-0599>
>
_______________________________________________
PyCuda mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to