Re: 1.5.3-rc5 regression on OS X?
From: Brian Gernhardt <hidden>
Date: 2016-06-15 22:43:29
On Aug 15, 2007, at 5:19 PM, Perrin Meyer wrote:
My OS X box is a quad G5 running OS X 10.4.10, with gcc version: perrin-meyers-power-mac-g5:~/GIT/git perrin$ gcc -v Using built-in specs. Target: powerpc-apple-darwin8 Configured with: /private/var/tmp/gcc/gcc-5026.obj~19/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable- languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]* $/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ -- build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 -- target=powerpc-apple-darwin8 Thread model: posix gcc version 4.0.0 (Apple Computer, Inc. build 5026) I define "NO_EXPAT" when I build on OS X. Am I doing something wrong?
I believe you have an old version of the Developer Tools. I have no issues with that test on my MacBook Pro (2.16 GHz Intel Core Duo). $ gcc -v Using built-in specs. Target: i686-apple-darwin8 Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure -- disable-checking -enable-werror --prefix=/usr --mandir=/share/man -- enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg] [^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with- slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona -- with-tune=generic --program-prefix= --host=i686-apple-darwin8 -- target=i686-apple-darwin8 Thread model: posix gcc version 4.0.1 (Apple Computer, Inc. build 5367) I don't use NO_EXPAT, but that shouldn't affect read-tree at all. ~~ Brian