Just experienced same issue on OS X 10.6.2. Overcame it with 32bit gcc-4.0 from 10.5 compatibity layer:
CXX=g++-4.0 CC=gcc-4.0 cmake -DCMAKE_BUILD_TYPE=Debug ..
works perfect.
Just experienced same issue on OS X 10.6.2. Overcame it with 32bit gcc-4.0 from 10.5 compatibity layer:
CXX=g++-4.0 CC=gcc-4.0 cmake -DCMAKE_ BUILD_TYPE= Debug ..
works perfect.