On Sun, Mar 29, 2009 at 8:14 PM, Nigel Gourlay <[email protected]> wrote:
> Hello
>
> I tried downloading the sources, with a view to getting involved in
> development. However, I ran into compilation problems that weren't
> immediately obvious how to solve.
>
> This seems to be the same problem as a previous thread:
>  http://www.mail-archive.com/[email protected]/msg01092.html
>
> --Nigel Gourlay
>
>
> Full log of bootstrap && configure && make attached.
>
> gcc -v
> Using built-in specs.
> Target: i686-apple-darwin9
> Configured with: /var/tmp/gcc/gcc-5465~16/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=i686-apple-darwin9 --with-arch=apple --with-tune=generic
> --host=i686-apple-darwin9 --target=i686-apple-darwin9
> Thread model: posix
> gcc version 4.0.1 (Apple Inc. build 5465)
>

Does your version of gcc set the __APPLE_CC__  preprocessor variable?
You shouldn't see the definition of these functions as static if
__APPLE_CC__ >= 5400 which it should be for your build 5465.


Reply via email to