On Wed, Oct 7, 2009 at 2:41 PM, Dave Cheney <d...@cheney.net> wrote: > I find this works for me. Removing the CC / CXX references from the make > line causes the printf issues whilst compiling hotspot, so I assume that, > when specified, they are working as advertised. > > CC="gcc-4.0" \ > CXX="g++-4.0" \ > HOTSPOT_BUILD_JOBS=2
I was about to try John's solution (which basically does the same thing) but this seemed a little cleaner/easier... and it worked! Thanks much, I'm going to polish up the instruction set for Snow Leopard and put it somewhere Google will find it. Thanks guys, Brett