Hi Martin, On Mon, 13 Dec 2010 17:04:28 -0800, Martin Laprise <[email protected]> wrote: > I have the exact same error on CentOS. I just installed g++4.4. How do I > change the compiler setting ?
you can set the 'CC' environment variable before compiling PyCUDA to decide which compiler is used, e.g. CC=gcc44 python setup.py install HTH, Andreas
pgpv73FodbK8s.pgp
Description: PGP signature
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
