Re: OpenJDK 7 build fails on Snow Leopard

2009-10-02 Thread John Rose
On Oct 1, 2009, at 12:01 PM, John Rose wrote: On Oct 1, 2009, at 4:12 AM, Michael Franz wrote: Snow Leopard has gcc-4.0 and gcc-4.2. You can switch for the build by specifying CC=gcc-4.0 and CXX=g++-4.0 before/when calling make. Yippee! Looks like I'm back in business on 10.6. -- John W

Re: OpenJDK 7 build fails on Snow Leopard

2009-10-02 Thread Mike Swingler
On Oct 2, 2009, at 6:06 PM, John Rose wrote: On Oct 1, 2009, at 12:01 PM, John Rose wrote: On Oct 1, 2009, at 4:12 AM, Michael Franz wrote: Snow Leopard has gcc-4.0 and gcc-4.2. You can switch for the build by specifying CC=gcc-4.0 and CXX=g++-4.0 before/when calling make. Yippee! Looks

Re: OpenJDK 7 build fails on Snow Leopard

2009-10-02 Thread John Rose
Thanks for the tip, Mike. I suppose this is the compiler you mean: / Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 I can't resist asking: Will code from llvm-gcc work better with / Developer/usr/bin/gdb ? (Obviously I'm hoping for an easy fix.) The stack alignment logic on function entry, whi