
2 Dec
2007
2 Dec
'07
9:23 p.m.
On Oct 4, 2007 4:20 PM, Rene Rivera <grafikrobot@gmail.com> wrote:
Beman Dawes wrote:
My candidates for the release criteria compilers are:
* Microsoft VC++ 8.0 on Win32 * Intel 10.0 on Win32 * GCC on Linux * GCC on Darwin
For Darwin we need to distinguish which variant of the compiler, GNU or Apple. I think we only regularly test the Apple variant so the GNU variant would not be a release toolset. There's also the difference between x86 and PPC. [snip]
In my opinion, the test configuration that would give the most useful coverage would be 32-bit universal binaries built against the 10.4u SDK. I believe that those options would be spelled something like: architecture=combined address-model=32 macosx-version=10.4 - Mat