On 2011-04-05 04:44 +0800, Andy Wingo wrote: > Sorry, didn't mean to sound hostile there. I don't know anything about > Mac OS 10.6. However if it is still the case that they ship something > called gcc and something called gcc-4.2, you can compile with > ./configure ... CC=gcc-4.2, and you probably get better results.
Yes, see this: leo@victoria ~$ ls -l /usr/bin/gcc lrwxr-xr-x 1 root wheel 7 4 Feb 2010 /usr/bin/gcc -> gcc-4.2 leo@victoria ~$ ls -l /usr/bin/cc lrwxr-xr-x 1 root wheel 7 4 Feb 2010 /usr/bin/cc -> gcc-4.2 So I don't know why it fails to compile. Leo
