On 09/ 2/11 04:59 AM, Martin Spott wrote: > CC="gcc -m64" > CXX="g++ -m64" > CPP="gcc -m64 -E" Thanks, great tip. Didn't work for configuring postgis, but this did: ./configure CC=gcc CFLAGS=-m64 Doug