On Samstag 21 November 2009, Wolfgang Rosner wrote: > Hello, Andreas Klöckner, > > I can't get pycuda to build on my box. > I tried at least 10 times, try to reproduce details now. > In the archive, there was a similar thread with a SuSE 11.1 64 bit box , > posted by Jonghwan Rhee > http://article.gmane.org/gmane.comp.python.cuda/955 > but that did not really provide a solution. > > "cannot find -llibboost_python-mt" > although the file is in place
First, all that configure.py does is edit siteconf.py--no need to rerun it once sitconf.py is in place. Second, -lsomething implicitly looks for libsomething.so. No need to specify the "lib" prefix. HTH, Andreas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
