Re: [exim] Test suite on OSX

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: John W. Baxter
Fecha:  
A: exim-users
Asunto: Re: [exim] Test suite on OSX
On 1/11/07 9:57 AM, "Ian Eiloart" <iane@???> wrote:

> I'm trying to get the Exim test suite running on OSX 10.4 (gcc-Darwin). I'm
> presuming that once I'm done, it will be suitable for testing new
> configuration even though it's designed for testing builds. Am I barking up
> the wrong tree here?


I seem to remember Apple switching to a newer gcc version in a recent update
to the developer tools. (There have been several updates since the Tiger
DVDs were created.)

Here's what I have on this machine:

$gcc -v
Using built-in specs.
Target: powerpc-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 --host=powerpc-apple-darwin8
--target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)


Since the comment refers to old installations, perhaps the above is
relevant.

--John