Hi Ryan, On Sat, 26 Jun 2010 13:03:25 -0400, Ryan Haynes <[email protected]> wrote: > I think I've seen some of these to help. > > rhaynes$ otool -L /Library/Python/2.6/site-packages/pyopencl/_cl.so > /Library/Python/2.6/site-packages/pyopencl/_cl.so: > /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL (compatibility > version 1.0.0, current version 1.0.0) > /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version > 7.9.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version > 123.0.0)
This looks like _cl.so doesn't link against Boost Python at all, which would easily explain the undefined symbol. Can you post a full build log? (do 'rm -Rf build; python setup.py install', with 'sudo' if necessary) Also, which version of pyopencl are you using? HTH, Andreas
pgpvEPU9flTMP.pgp
Description: PGP signature
_______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
