Greetings,
I'm trying to build pycuda for my first time and have hit a snag
already. Thought I'd ask this list while I go off and search for
solutions on my own also. The first obvious problem is that my
'ctags' doesn't have a "-R" option. I'm on OSX 10.5.5 and using gcc
4.2 (although the system python 2.5.1 was built using 4.0.1, fwiw).
I attempted/get the following:
$ ./configure --boost-inc-dir=/usr/local/include/boost-1_37 --cuda-
root=/usr/local/cuda
$ make
ctags -R src || true
ctags: illegal option -- R
usage: ctags [-BFadtuwvx] [-f tagsfile] file .../Library/Frameworks/
Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/
Python setup.py build
running build
running build_py
creating build
creating build/lib.macosx-10.3-fat-2.5
creating build/lib.macosx-10.3-fat-2.5/pycuda
copying src/python/__init__.py -> build/lib.macosx-10.3-fat-2.5/pycuda
copying src/python/_kernel.py -> build/lib.macosx-10.3-fat-2.5/pycuda
copying src/python/cumath.py -> build/lib.macosx-10.3-fat-2.5/pycuda
copying src/python/driver.py -> build/lib.macosx-10.3-fat-2.5/pycuda
copying src/python/gpuarray.py -> build/lib.macosx-10.3-fat-2.5/pycuda
copying src/python/rt.py -> build/lib.macosx-10.3-fat-2.5/pycuda
copying src/python/tools.py -> build/lib.macosx-10.3-fat-2.5/
pycudarunning build_extbuilding '_driver' extensioncreating build/
temp.macosx-10.3-fat-2.5
creating build/temp.macosx-10.3-fat-2.5/src
creating build/temp.macosx-10.3-fat-2.5/src/cpp
creating build/temp.macosx-10.3-fat-2.5/src/wrapper
gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -
Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -
O3 -DNDEBUG -Isrc/cpp -I/usr/local/include/boost-1_37 -I/usr/local/
cuda/include -I/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/numpy/core/include -I/Library/Frameworks/
Python.framework/Versions/2.5/include/python2.5 -c src/cpp/cuda.cpp -o
build/temp.macosx-10.3-fat-2.5/src/cpp/cuda.o -arch i386
cc1plus: error: unrecognized command line option "-Wno-long-double"
error: command 'gcc' failed with exit status 1
thanks,
Randy
_______________________________________________
PyCuda mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net